Contents
Treatments group for manipulating files and directories.
Last updated
Was this helpful?
Treatments group for manipulating files and directories.
Last updated
Was this helpful?
These are the treatments currently provided by the "Contents" treatment group:
contents.move
["source", "destination"]
Moves a single directory/file from "source" to "destination". Paths relative to application root. The "source" can contain a . Similar to usage of the mv command in Linux.
contents.delete
["path"]
Deletes a directory/file. Path relative to application root.