Jsbool Mm_Removeconfigfolder(); Jsbool Mm_Deleteconfigfile() - MACROMEDIA DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER Manual

Extending dreamweaver
Hide thumbs Also See for DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER:
Table of Contents

Advertisement

Arguments
char *fileURL
The
char *fileURL
folder that you want to create.
Returns
A Boolean value:
Example
char *dwConfig = "file:///c|/
\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
is provided as a file:// URL.
Returns
A Boolean value:
Example
char *dwConfig = "file:///c|/
\Configuration\Objects";
MM_RemoveConfigFolder(dwConfig);

JSBool MM_DeleteConfigFile()

Availability
Dreamweaver MX.
Description
This function deletes the file, if it exists. If the file exists below the Dreamweaver Configuration
folder, the function marks the file for deletion in the mm_deleted_files.xml file.
If the
argument does not specify a folder in the Dreamweaver Configuration folder, the
fileURL
function deletes the specified file.
370
Chapter 21: C-Level Extensibility
argument is a pointer to a file:// URL string that names the configuration
indicates success;
JS_TRUE
P
rogram Files\Macromedia\Dreamweaver
argument is a pointer to a string that names the folder to remove, which
indicates success;
JS_TRUE
P
rogram Files\Macromedia\Dreamweaver
indicates failure.
JS_FALSE
indicates failure.
JS_FALSE

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents