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