File.GetReadOnly
Syntax:
Returned value:
True indicates that the "Read only" attribute is set for the file; otherwise it is False.
Description:
Availability:
Note:
To use the method on the web-client, you should preliminarily attach the extension for working with files.
Example:
If Selection.GetReadOnly() Then Message("File "+TrimAll(Selection.Name)+" is read-only."); EndIf; |
See also: