Lucee Function Reference
filemodetosymbolic()
Converts a mode mask to it's symbolic representation.
Example
filemodetosymbolic(string mode):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| mode | string | Yes |
A three-digit value, in which each digit specifies the file access for individuals and groups: Each digit of this code sets permissions for the appropriate individual or group: You use the sums of these numbers to indicate combinations of the permissions: For example, 400 specifies that only the owner can read the file; 004 specifies that anyone can read the file. |