View Single Post
  #1  
Old 10-07-2013, 05:07 AM
Rogier Rogier is online now
Registered User
 
Join Date: 09-09-2004
Location: the Netherlands
Posts: 40
Process folders rather than files?

The Process Files step can be used to process a bunch of files within some folder.
Can I somehow also use this step to process a bunch of folders within some folder?

E.g. if I have the following folder & file structure:

Code:
C:\
 |
 +- MyPath\
     |
     +- Foo\
     |   |
     |   +- Hello.txt
     |
     +- Bar\
     |   |
     |   +- Dummy.mp3
     |   |
     |   +- SomeSubDir\
     |       |
     |       +- Example.gif
     |
     +- Random.jpg
Can I somehow use the Profess File step (or some other step) at C:\MyPath\ to apply a group of actions using 'Foo' and 'Bar'? And optionally also 'Bar\SomeSubDir' if I enable some 'recursive' option?

Last edited by Rogier; 10-07-2013 at 06:07 AM.
Reply With Quote