Move
Move files/folders.
Fields
from
Source path, supports relative and absolute paths, supports the use of wildcards.
- Type:
String
- Example:
# Relative Path Syntax
from = "./runtime/lib.dll"
# Absolute Path Wildcard Syntax
from = "${Desktop}/Visual Studio Code.lnk"
- Validation rules:
- Is a valid path
- Complies with wildcard usage
to
Destination path, supports relative and absolute paths.
- Type:
String
- Example:
to = "./bin"
- Validation rules:
- Is a valid path
- Does not contain wildcards
overwrite
Optional Whether to overwrite, defaults to false
.
- Type:
bool
- Example:
overwrite = true
Permissions
- Type: fs_write
- Level: Determined by the destination path
- Target: Take the value of field
from
- Type: fs_write
- Level: Determined by the destination path
- Target: Take the value of field
to