var value; // Type: boolean // Parameters var Path; // Type: string value = DeleteFolder(Path);
function DeleteFolder( Path : string ) : boolean;
Parameters
- Path
- Absolute path to folder.
var value; // Type: boolean // Parameters var Path; // Type: string value = DeleteFolder(Path);
function DeleteFolder( Path : string ) : boolean;