I need to step through a folder full of files, but each file will be in a sub folder - e.g.
\\folder_to_loop\sub_folder1\file.pdf
\\folder_to_loop\sub_folder2\file.pdf
\\folder_to_loop\sub_folder3\file.pdf
So I have created a List Files task to loop through all of \\folder_to_loop and include the sub folders, and got it to return the full path to file.
How do I then use this output in a PDF Convert task which seems to want a Folder and a file mask? I only want the PDF convert to do a single file at a time within my loop as I then do other actions on it following the conversion and for completeness I want to do a single file at a time so I can react to any issues etc.
Thanks
Edited by moderator
2019-02-26T15:51:17Z
|
Reason: Not specified