Files and directories
The commands for working with files and directories are listed here.
| Auto Increment Filename | The command adds a suffix to the filename if a file with that name already exists. |
| Copy File | The command copies the file to another directory. |
| Copy Files | The script copies files from the directory to another one. |
| Create Directory | The command creates a directory. |
| Create File | The command creates or truncates the file. |
| Create File From Template | The command creates a file using a text template. |
| Delete Directory | The command removes the directory with all its contents. |
| Delete Empty Folders | The command removes the empty subdirectories in the specified directory. |
| Delete File | The command removes a file or an empty directory. |
| Delete Files | Delete files in the folder and subdirectories. |
| Directory Size | The script returns the size of the directory and the number of files in it. |
| File Info | The script gets information about the file. |
| File List | Get the list of files into a variable object. |
| Foreach File | The command runs nested commands for each file or directory. |
| Get Current Directory | The command gets the current directory. |
| Move File | The command moves a file or directory. |
| Move Files | The script moves files from one directory to another. |
| Parse Filename | The script parses the filename and gets the directory, filename and extension. |
| Read File | The command reads the file into a variable. |
| Rename File | The command renames a file or directory. |
| Rename Files | The script renames the file according to a regular expression. |
| Set Current Directory | The command changes the current directory. |
| Temporary File | The command creates a temporary file. |
| Write To File | The command writes the value of a variable to a file. |