Format of fusutil Commands
The fusutil command must be configured as a post processing action by using the COMMAND option.
The first parameter after the COMMAND option is required and is the command name: fusutil .
The second parameter is required and is the function type:
Function | Short cut | Description |
---|---|---|
RENAME | R | Rename s a file. |
DELETE | D | Delete s a file. |
EXIST | E | Verifies whether a file exists. |
RENAMEDIR | RDIR | Rename s a directory. |
DELETEDIR | DDIR | Delete s a non-empty directory recursively. |
REMOVEDIR | RMDIR | Removes an empty directory only. |
EXISTSDIR | EDIR | Verifies whether a directory exists. |
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.