FILE_Exists
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > File > FILE: functions working on files > FILE_Exists |
Description
Returns %TRUE if a disk file exists. %FALSE if a disk file does not exist.
Syntax
n = FILE_Exists(FileName)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Name of the file to be checked. |
Remarks
Restrictions
See also
Examples