Page 1 of 1

folder automation question

PostPosted: Fri Oct 12, 2018 8:03 am
by jobny
Hi. ive been having a problem executing on a task. i have a folder with thousands of files. i would like to randomly select 100 files from this folder and place them into a new folder with an ascending numerical name (1,2,3..). any ideas on how to do this??

Re: folder automation question

PostPosted: Fri Oct 12, 2018 11:10 am
by Mr_Noodle
There's no action to randomly select files. You'll need to use a script to do that part. For the ascending name part, you can use the # attribute to do that.

Re: folder automation question

PostPosted: Fri Oct 12, 2018 3:20 pm
by jobny
Mr_Noodle wrote:There's no action to randomly select files. You'll need to use a script to do that part. For the ascending name part, you can use the # attribute to do that.


thank you for your quick reply. could i just automate 100 sequential files and have them placed into a new folder?

Re: folder automation question

PostPosted: Mon Oct 15, 2018 10:27 am
by Mr_Noodle
Probably still better done with a script. The only way I can see doing it with the built-in actions would be if the number of files in the source folder is the same every time.