Actions
Approve
Output Configuration
Directory
Output Directory
Directory to output the files to.
Supports general placeholders.
Filename
Naming formatting for Subject file.
If blank, original filename is used.
If no placeholders are found, or duplicate name is found, then a sequential number will be added to the file name.
Supports general placeholders.
The following filename placeholders are available.
Given the path c:\temp\myFile.txt
Placeholder | Result |
---|---|
{{filename}} | myFile.txt |
{{filenameNoExtension}} | myFile |
{{filenameExtension}} | .txt |
{{directory}} | c:\temp |
{{fullName}} | c:\temp\myFile.txt |