I idkfa macrumors regular Original poster Mar 30, 2006 149 0 Canada Jun 12, 2006 #1 Does anyone know how to create a folder, copy something, then move it to the new folder in an automator workflow? I figure I would save some time and ask here. Thanks.
Does anyone know how to create a folder, copy something, then move it to the new folder in an automator workflow? I figure I would save some time and ask here. Thanks.
mkrishnan Moderator emeritus Jan 9, 2004 29,776 15 Grand Rapids, MI, USA Jun 12, 2006 #2 By default, the New Folder action copies any file passed to it into the new folder. So, all you need is Get Specified Finder Items followed by New Folder. The specified finder items should then be copied into the new folder. Is that what you want?
By default, the New Folder action copies any file passed to it into the new folder. So, all you need is Get Specified Finder Items followed by New Folder. The specified finder items should then be copied into the new folder. Is that what you want?
I idkfa macrumors regular Original poster Mar 30, 2006 149 0 Canada Jun 12, 2006 #3 Exactly what I wanted. Thanks!