LOTUSSCRIPT LANGUAGE


SetFileAttr statement
Example

Sets the system attributes of a file.

Syntax

SetFileAttr fileName , attributes

SetAttr is acceptable in place of SetFileAttr.

Elements

fileName


attributes The constants are defined in the file lsconst.lss. Including this file in your script allows you to use constant names instead of the corresponding numeric values.

Usage

Do not use SetFileAttr on an open file, unless the file has been opened as read-only.

Example
See Also