DIR_Exists
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > File > DIR: functions working on directories > DIR_Exists |
Description
Returns %TRUE if a disk directory exists. %FALSE if a disk directory does not exist.
Syntax
n = DIR_Exists(Path)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Path |
String |
No |
Full path. |
Remarks
Restrictions
See also
Examples