Topic complex |
System functions |
Function |
isfile() |
Short |
Checks existence of a file or a directory |
Syntax |
ISFILE(path : STRING) : INTEGER |
Parameter |
path: path of the file/directory |
Return |
0 : file not exists
1 : file exists |
See also: |
|
Description |
The function value is ascertained by a directory query. Because of that it does not tell anything if the file can be read or written.
|