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