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