Hi @bobpeers , I just downloaded the delete tool from the gallery and I'm getting the black "tool not found" icon...did the macro not get packaged into the .yxi?
its basically a limitation of the Gallery that you can’t upload yxi files so I had to make a sample workflow using the tool and then you need to grab the installer from the link in the workflow.
bat file is a poor solution to this basic and common operations.
I find myself having to generate bat commands to run post completion.
No one wants to learn ms-dos anymore.
Here's a wish list selected from microsoft .net file system object documentation
! CopyFile Copies one or more files from one location to another. ! CopyFolder Copies one or more folders from one location to another. ! CreateFolder Creates a new folder. ! DeleteFile Deletes one or more specified files. ! DeleteFolder Deletes one or more specified folders. ! DriveExists Checks if a specified drive exists. ! FolderExists Checks if a specified folder exists. ! Move Moves a specified file or folder from one location to another. ! MoveFile Moves one or more files from one location to another. ! MoveFolder Moves one or more folders from one location to another.
@bobpeers - just downloaded your file move tool, and wanted to say thank you - it's well written; it has an error output to allow for reprocessing - and your code is easy to follow!