Copy and Paste in selected folder
Hi All,
I need to select(copy) ".pdf" files and paste into selected folder.
Using Mac.
var file = File.openDialog("Please choose PDF", "PDF:*.pdf");
var destinationFolder = Folder.selectDialog("Select Paste Folder");
Could anyone help on this.
Thanks in advance
Beginner_X