Hi Andy,Thanks for your response. yes, I will be trying.. Just thought if someone had an idea..I will post back with solution if there is one..
I would guess "no" though it is an interesting idea which might work.Generally it's better to create an iterative list of all the files within the directory (and it's sub-directories) and add the files to the task. You could use AddMultipleFiles() to do it in one step - though I tend to prefer using just AddFile as AddMultipleFiles does not (as I recall) provide decent diagnostic information in the event of failure.
Hi Adam, Thanks for your nice response. I have been doing that for a while however would this also attach the directory? Basically, I want to delete this directory in my workflow and then add it to the task so the deletion can be seen by a reviewer in another task....