Valid on UNIX only
The Is_O_R function checks the file for the specified attribute Others Read.
This file content function has the format:
Is_O_R(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_O_R function
If Is_O_R(Argv(1)) Then print(Argv(1) + " indicates 'O_R'.") Else print(Argv(1) + " does not indicate 'O_R'.") End If
|
Copyright © 2013 CA.
All rights reserved.
|
|