Skip to main content
Skip table of contents

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

AttributesAttribute Values
ValueTrue / False (Defaults to True)

Example Scripts

XML
<CreateFolderPath/>
XML
<ytriaAutomation>
	<CreateFolderPath/>
	<SelectedShowDriveItemsGroups>
		<Select Lines="All"/>
		<SelectedDownload FilePath="D:\ZZZZzZZZZ\DL365" IfFileExists="CreateNew"/>
	</SelectedShowDriveItemsGroups>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.