Directory
Allows you to list, create, delete or rename a directory in the server file system.
Component Signature
Attributes
Atrribute | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The action to perform (list, create, delete, rename) |
|
|
|
| The directory to perform the action on | |
|
|
| Name for output record set. | |
|
|
| Filter applied to returned names. For example: *.bx You can use a pipe (" | ") delimiter to specify multiple filters. For example: *.bxm |
|
|
| Applies only to UNIX and Linux. Permissions. Octal values of Unix chmod command. Assigned to owner, group, and other, respectively. For example: 777 | |
|
|
| Query column(s) by which to sort directory listing. Delimited list of columns from query output. | |
|
|
| The new directory name for the rename action. | |
|
|
| ||
|
|
| Recurse into subdirectories. |
|
|
|
| Type of directory listing to return (dir, file, all). |
|
|
|
| Information to return in the listing (name, all). |
|
|
|
| Whether to create all paths necessary to create the directory path. |
|
Examples
Last updated