Hi Support
I am trying to List files in a folder that were created using an FTP Download task, but in the LIST I only want to list the Filenames, and not the folder name as well. I have defined the following Folder definition in the List Task Location tab, using the PATH function:
{PATH(GetFileName|c:\@@Trigger\CTS\Xfer\{DATEFORMAT(yyyyMMdd)})}
However, it is returning an error saying:
'Could not find a part of the path 'C:\Windows\system32\20111229'.'
It seems as if it is not recognising the Path I have defined correctly. I have to hardcode the path name as the FTP Download task doesn't return any VC variables I can use to tell me what folder it wrote to. Am I using the function within the task incorrectly?
Cheers
Andy