I’m creating a publishing workflow which will begin with large images exported from another application for this express purpose. As such, those large images aren’t needed once Retrobatch does its magic and generates other files.
Is there a best practice method to delete the original files? How, even, would it be done? I can only imagine immediately branching off the initial image fetch (Read Folder in my case) that would run a script to delete each file.