New
Create a new file/folder.
Fields
at
The location for the new creation, ending with /
indicates the creation of a new folder.
- Type:
String
- Example:
# Create empty file
at = "./empty.txt"
# Create directory
at = "${Desktop}/Microsoft/"
- Validation rules:
- It 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 target path
- Target: Take the value of the field
at