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