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