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.
Tag Attributes
Attributes | Attribute Values | Value Description | Comment |
---|
Value | True/ False (Defaults to True) | N/A | N/A |
Detailed Description
Using <CreateFolderPath value="false"/> turns this capability off. By default state, the automation process does not create missing paths.
Example Script
<ytriaAutomation Application="sapio365">
<CreateFolderPath/>
<SelectedShowDriveItemsGroups>
<Select Lines="All"/>
<SelectedDownload FilePath="D:\ZZZZzZZZZ\DL365" IfFileExists="CreateNew"/>
</SelectedShowDriveItemsGroups>
</ytriaAutomation>
XML