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