File.IsFile
Syntax:
Returned value:
True indicates that the object corresponds to a file; otherwise it is false 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.IsFile() Then DoMessageBox("Point the catalog!"); EndIf; |
See also: