Valid on UNIX only
The Is_O_W function checks the file for the specified attribute Others Write.
Function format:
Is_O_W(filename as String) as Boolean
Identifies a file path.
This function returns TRUE if the attribute is set; otherwise, returns FALSE.
Example:
If Is_O_W(Argv(1)) Then print(Argv(1) + " indicates 'O_W'.") Else print(Argv(1) + " does not indicate 'O_W'.") End If
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|