File System plugin.
Available actions:
rm - remove file or directory
mv - move file or directory
cp - copy file or directory
Action Handler: Write to file
ID: com.fireblink.fbl.fs.file.write
Aliases:
Example 1: Define File Content Inline
Example 2: Define File Content From Other File
Action Handler: Create Directories
Create directory (and all parent ones if missing).
ID: com.fireblink.fbl.fs.dir.create
Aliases:
Example:
Action Handler: Remove File or Directory
Removes file or directory for given path.
ID: com.fireblink.fbl.fs.remove
Aliases:
Action Handler: Move File or Directory
Allows to move/rename file or entire directory.
ID: com.fireblink.fbl.fs.move
Aliases:
Example 1: Move file to other folder
Example 2: Move file to other folder and rename it
Example 3: Move folder contents to other folder
Action Handler: Copy File or Directory
Allows to copy file or entire directory.
ID: com.fireblink.fbl.fs.copy
Aliases:
Example 1: Copy file to other folder
Example 2: Copy file to other folder with different name
Example 3: Copy folder contents to other folder
Action Handler: Find Files
Find files by mask.
ID: com.fireblink.fbl.fs.find
Aliases:
Example: