ENHANCEMENT:
Version: 4.0.0.0, Revision: 2827, Issue Date: December 5th, 2011
Previously the ‘File Procedure’ DLL passed the file path with ‘\’ as the path separator character to the command line. A new tag named ‘PathSeparator’ is added to ‘ProcedureParams’ as a part of ‘FileProcedure’ tag. Using this tag, the user may determine a path separator to his convenience: ‘/’ or ‘\’. Note that for ‘\’ the tag input should be ‘\\’.
BUG FIXES: