Absolutely.
When you start looking around under the covers what you'll find is that we give you more functionality than you get with Zinc. Our functionality is deeper and it just works.
SWF Studio supports synchronous or asynchronous calls of ANY command in our API (unlike Zinc) so you could actually implement the functionality you need using our
FileSys plugin. However that would require building the tree (list of files and folders) using
FileSys.fileList and then performing the copies with
FileSys.copyFileAsync, which is a special file copy function that gives you feedback on how much of a file has been copied.
What I'm going to create for you is a way to call the built-in Windows file copy operation so you get the same dialog you see when you copy or move a folder in Windows. That way you get the UI with progress feedback and a cancel button for free and your users will recognize the dialog, because it's the same one they see all the time.