Type
Metadata Process.
Behaviour
It manages folders of the Ophidia filesystem.
Parameters
System parameters
Examples
[OPH_TERM] >> oph_folder command=cd;path=folder1;cwd=/absolute/path;
[OPH_TERM] >> oph_folder command=mv;path=folder1|folder2;cwd=/absolute/path;
| Argument name | Type | Mandatory | Values | Default | Min/Max-value |
|---|---|---|---|---|---|
| command | “string” | “yes” | “cd|mkdir|rm|mv” | ||
| path | “string” | “no” | “-“ | ||
| cwd | “string” | “yes” | |||
| exec_mode | “string” | “no” | “async|sync” | “async” | |
| sessionid | “string” | “no” | “null” | ||
| ncores | “int” | “no” | “1” | “1” / “1” | |
| objkey_filter | “string” | “no” | “all|none|folder” | “all” |