LOTUSSCRIPT LANGUAGE
Retrieves file-system attributes of a file or directory.
Syntax
GetFileAttr ( fileName )
GetAttr is acceptable in place of GetFileAttr.
Elements
fileName
The return value is the sum of the Integer values in the following list for those attributes that apply to fileName:
The constants in the preceding list are defined in the file lsconst.lss. Including this file in your script allows you to use constant names instead of their numeric values.
Example See Also