Permissions
Lists the permissions of the files/file specified in the path.
Table Specific Information
Select
This will return a list of permissions of all the files and directories in your system. All filters are executed client side within the server.
Columns
| Name | Type | Description |
| FullPath [KEY] | String | The full path of the file. |
| OwnerRead | Boolean | Whether the owner this file belongs to has read access. |
| OwnerWrite | Boolean | Whether the owner this file belongs to has write access. |
| OwnerExecute | Boolean | Whether the owner this file belongs to has execute access. |
| GroupRead | Boolean | Whether the group this file belongs to has read access. |
| GroupWrite | Boolean | Whether the group this file belongs to has write access. |
| GroupExecute | Boolean | Whether the group this file belongs to has execute access. |
| OthersRead | Boolean | Whether everyone else has read access. |
| OthersWrite | Boolean | Whether everyone else has write access. |
| OthersExecute | Boolean | Whether everyone else has execute access. |