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