This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howto:move_files_recreating_the_folder_structure [2014/04/04 13:43] lupo73 [Example] |
howto:move_files_recreating_the_folder_structure [2014/10/04 10:39] (current) |
||
---|---|---|---|
Line 18: | Line 18: | ||
It works also with other actions like Copy, Compress, Extract and in general with all the actions that have a path as destination. | It works also with other actions like Copy, Compress, Extract and in general with all the actions that have a path as destination. | ||
- | You only need to create an association that uses ''%SubDir%'' and/or ''%DroppedDirName%'' in destination. The following examples describe how to do it. | + | You only need to use ''%SubDir%'' and/or ''%DroppedDirName%'' abbreviations in your destinations. For example, to move the files as described above, you will use these respective destination folders:\\ |
+ | ''C:\Destination\%SubDir%''\\ | ||
+ | ''C:\Destination\%DroppedDirName%\%SubDir%'' | ||
\\ | \\ | ||
---- | ---- | ||
- | ===== Example of Case 1 ===== | + | ===== Example ===== |
Let's consider that I have a main ''Media'' folder that contains subfolders of music, movies and other stuff. I'm not very neat, so there are some subfolders that contain ''mp3'', ''txt'', ''doc'', ''avi'' __together__. | Let's consider that I have a main ''Media'' folder that contains subfolders of music, movies and other stuff. I'm not very neat, so there are some subfolders that contain ''mp3'', ''txt'', ''doc'', ''avi'' __together__. |