Folder Commands
Refer to the table below for a detailed overview of each command and its respective functionalities:
Command | Description |
---|---|
Copy an existing folder from its current location to a destination folder of your choice. |
|
Create a new folder and store its path in a new or existing variable. |
|
Delete an existing folder. |
|
Check to see if a folder exists and store the result (TRUE/FALSE) in a designated variable. |
|
Get Files From Folder |
Retrieve a list of files located within a specified root folder, with the option to include sub-folders. |
Retrieve the path of a system folder and place it in a variable. |
|
Check to see if a folder is empty and store the result (TRUE/FALSE) in a designated variable. |
|
Monitor one or more folders within a specified root folder for specific events. |
|
Move an existing folder from its current location to a destination of your choice. |
|
Rename an existing folder. |