Initializing help system before first use

Types

facftfile  : record
a record containing information about a remote folder or file.
filename  : string
Filename of the remote file or folder (leafname, not full path)
isdir  : boolean
true for folders, false for files
size  : integer
Size of the file, in bytes, or -1 if too large to represent as a Mosel integer
owner  : string
File owner, given as your numeric user ID in the remote FTS service
permissions  : string
File permissions, represented as a Unix-style permissions string. This is a three-digit number in which the first digit is the permission for the file's owner, the second digit permissions for the file's group, and the third digit permissions for all other FTS users. For each digit, a value of 0 means no permission, 2 means read-only permission, and 6 means read-write permission.
Note
Modifying the fields within the record will not modify the information on the server.