InputPath | Path of where to look for new files. |
OutputPath | Where to output processed files. This is also set as the current directory when the command is being run. |
Filter | File types (extentions) to match. |
IncludeSubdirectories | Whether to keep track of sub directories too. |
Command | The command line to execute on new files. Various keywords are available. See the list of available keywords below. Make sure to quote file names in case the file names contain spaces. |
DeleteSourceFile | If set to "Yes" the source file will be deleted if the command was successful. |
RetryDelaySeconds | If the new file is locked, causing the operation to fail, wait this amount of seconds until it is unlocked. Default value is 5 seconds between retries. |
Action | What to do. Choose between "CommandLine" (default) or "CopyToManualTarget". |
AutoCreateFolder | Whether to automatically create the OutputPath folder when MagicFolders starts up. |
{INPUT_FILE} | The input file name, full path. |
{INPUT_FILE_NOEXT} | The input file name, full path but no file extension. |
{INPUT_FILE_NOPATH} | The input file name, no path. |
{INPUT_FILE_NOEXT_NOPATH} | The input file name, but no path or file extension. |
{INPUT_FILE} | The input file name, full path. |
{FILENAME_NICE} | Input file name without path or extention, with special characters removed and title case. |
{INPUT_FILE_RELATIVE} | Relative path to the input file. Similar to {INPUT_FILE_NOPATH}. |
{INPUT_PATH} | The directory path to the location of the new file. |
{OUTPUT_PATH} | The directory path to where the output should be generated. |
{PATH_NICE} | Path to the input file with special characters removed and title case. |
{PATH_DESKTOP} | Full path to your desktop. |
{PATH_DOCUMENTS} | Full path to your "Documents" folder. |
{PATH_TEMP} | Full path to the temporary files folder. |
{COUNTER} | A counter that increments for each time you convert a file (1 digit). |
{COUNTER:1} | Same as above. |
{COUNTER:2} | 2 digits. |
{COUNTER:3} | 3 digits. |
{COUNTER:4} | 4 digits. |
{COUNTER:5} | 5 digits. |
{YEAR_NOW} | Current year (4 digits). |
{DATE_NOW} | Current date in a sortable yyyy-mm-dd format. |
{DATETIME_NOW} | Current date and time in a sortable yyyy-mm-dd_hh-mm-ss format. |
{YEAR_FILE} | The year the file was created (4 digits). |
{DATE_FILE} | File creation date in a sortable yyyy-mm-dd format. |
{DATETIME_FILE} | File creation date and time in a sortable yyyy-mm-dd_hh-mm-ss format. |
{DATE_FILE_SHORT} | File creation date in a short sortable yyyymmdd format. |
{SECTION_NAME} | Name of the [Section] in the .ini file. |
{System.Environment.UserName} | Name of the current user. Other .NET properties might also work. |