File System
File System plugin.
Available actions:
-> - write to file.
mkdir - create directory
rm - remove file or directory
mv - move file or directory
cp - copy file or directory
find - find files
Action Handler: Write to file
ID: com.fireblink.fbl.fs.file.write
Aliases:
fbl.fs.file.writefs.file.writefile.write->
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:
fbl.fs.dir.createfs.dir.createdir.createmkdir -pmkdir
Example:
Action Handler: Remove File or Directory
Removes file or directory for given path.
ID: com.fireblink.fbl.fs.remove
Aliases:
fbl.fs.removefbl.fs.rmfs.removefs.rmrm -rfremoverm
Action Handler: Move File or Directory
Allows to move/rename file or entire directory.
ID: com.fireblink.fbl.fs.move
Aliases:
fbl.fs.movefbl.fs.mvfs.movefs.mvmovemv
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:
fbl.fs.copyfbl.fs.cpfs.copyfs.cpcopycp
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:
fbl.fs.findfs.findfind
Example:
Last updated
Was this helpful?