Appearance
Set File Permission
Sets the read and write permissions of a file.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| File | string | Name/path of the file ([Directory/File]). The root directory is the 'Files' directory of the database on the server. | yes | ||
| Role | array of string | Name of the role ([Role]). | no | ||
| User | array of string | Name of the user ([User]). | no |
Result
No fields
Code
text
SET FILE PERMISSION
FILE=[string, Needed]
ROLE=[string, Multiple]
USER=[string, Multiple]