Appearance
File Exists
Checks if a file exists on the server.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
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 |
Result
| Name | Type | Description |
|---|---|---|
| Exists | boolean | Shows 'True' if the file exists. |
Code
text
FILE EXISTS
FILE=[string, Needed]