Adobe Extending Dreamweaver CS4 Manuel d'utilisateur Page 369

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 387
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 368
363
EXTENDING DREAMWEAVER CS4
C-level extensibility
Example
char *dwConfig = "file:///c|/Program Files/Adobe/Adobe Dreamweaver CS3/
Configuration/Extensions.txt";
unsigned long attrs;
attrs = (MM_FILEATTR_NORMAL | MM_FILEATTR_RDONLY);
int fileno = 0;
if(MM_SetConfigFileAttrs(dwConfig, attrs))
{
fileno = MM_OpenConfigFile(dwConfig);
}
JSBool MM_CreateConfigFolder()
Availability
Dreamweaver MX.
Description
This function creates a folder in the specified location.
If the fileURL argument specifies a folder within the Dreamweaver Configuration folder, the function creates the folder
in the user Configuration folder. If fileURL does not specify a folder in the Dreamweaver Configuration folder, the
function creates the specified folder, including all higher-level folders in the path, if they do not already exist.
Arguments
char *fileURL
The char *fileURL argument is a pointer to a file:// URL string that names the configuration folder that you want
to create.
Returns
A Boolean value: JS_TRUE indicates success; JS_FALSE indicates failure.
Example
char *dwConfig = "file:///c|/Program Files/Adobe/Adobe Dreamweaver CS3 
/Configuration/Extensions.txt";
MM_CreateConfigFolder(dwConfig);
JSBool MM_RemoveConfigFolder()
Availability
Dreamweaver MX.
Description
This function removes the folder and its files and subfolders. If the folder is in the Dreamweaver Configuration folder,
it marks the folder for deletion in the mm_deleted_files.xml file.
Arguments
char *fileURL
The char *fileURL argument is a pointer to a string that names the folder to remove, which is provided as a file:// URL.
Vue de la page 368
1 2 ... 364 365 366 367 368 369 370 371 372 373 374 ... 386 387

Commentaires sur ces manuels

Pas de commentaire