Valid on NetWare, Symbian OS, UNIX, Windows and Windows CE.
The Is_File function checks the file for the specified attribute.
Function format:
Is_File(filename as String) as Boolean
Identifies a file path.
This function returns TRUE if the file is a regular file; otherwise, returns FALSE.
Example:
If Is_File(Argv(1)) Then print(Argv(1) + " indicates 'File'.") Else print(Argv(1) + " does not indicate 'File'.") End If
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|