-
Notifications
You must be signed in to change notification settings - Fork 0
CleanFolderContents
Akshin Mustafayev edited this page Sep 4, 2022
·
7 revisions
Cleans contents of the specified folder.
- ActionType: CleanFolderContents
ActionDescription:
FolderName:
ExactVariableCheck: - ActionType: CleanFolderContents
ActionDescription: Cleans all files and folders in the specified directory
FolderName: D:\somefolder1
ExactVariableCheck: false - ActionType: CleanFolderContents
FolderName: D:\somefolder2This parameter specifies action name. CleanFolderContents value is required for this action to be executed.
Required: true
Default Value: CleanFolderContents
Accepted Value: CleanFolderContents
Accepted Value Type: string
Accepts Variables: falseThis parameter specifies description of the action.
Required: false
Default Value: none
Accepted Value: any
Accepted Value Type: string
Accepts Variables: falseThis parameter specifies absolute path to folder which should be cleaned.
Required: true
Default Value: none
Accepted Value: any
Accepted Value Type: string
Accepts Variables: trueThis parameter specifies how to check YAML file variables specified in other parameters. If value is:
- true - variable value will be set when it is a separated word. Example: $var1$var2 will not be considered as $var1 and $var2.
- false - variable value will be set even if it is not separated word . Example: $var1$var2 will be considered as $var1 and $var2.
Required: false
Default Value: none
Accepted Value: true\false
Accepted Value Type: boolean
Accepts Variables: false