CreateFolderPath: enable or disable the creation of missing folder paths for output files
Tag: CreateFolderPath
The CreateFolderPath function triggers the process of creating a path set in the FilePath attribute of another action. This frees users from having to create their paths in advance.
Detailed Description
Using <CreateFolderPath value="false"/> turns this capability off. By default state, the automation process does not create missing paths.
Tag Attributes
Attributes | Attribute Values |
---|---|
Value | True / False (Defaults to True) |
Example Scripts
<CreateFolderPath/>
<ytriaAutomation>
<CreateFolderPath/>
<SelectedShowDriveItemsGroups>
<Select Lines="All"/>
<SelectedDownload FilePath="D:\ZZZZzZZZZ\DL365" IfFileExists="CreateNew"/>
</SelectedShowDriveItemsGroups>
</ytriaAutomation>