EFFECTS
Copy a file or directory
It also allows you to specify a parameter for overwriting if the file already exists
copy %path% to %path%
Create a simple file
It also allows you to specify the text content of the file being created
[(async/sync)] create %path% [with content %strings%]
Delete a file or directory
[(async/sync)] delete %path%
Move a file or directory
[(async/sync)] move %paths% to %path%
Rename a file or directory
[(async/sync)] rename %path% to %string%
Unpack the zip archive
[(async/sync)] unzip %path% to %path%
Create a zip archive
[(async/sync)] zip %path% to %path%
Download a file
[(async/sync)] download file from [url] %string% (and store it in|to) %path%