Author |
Message |
zztop
Joined: 24 Apr 2020 Posts: 1
|
Posted: Fri Apr 24, 2020 2:36 pm Post subject: Folder naming |
|
|
I have data that I want to automatically archive one month after it's created. That data is in folders named yyyy-mm-dd. The files in these folders are named nnnnn.svs
E.g
Source
2012-05-01
12345.svs
12346.svs
12347.svs
2012-05-02
12348.svs
12349.svs
12350.svs
When archiving I would like to create folders on-the-fly that are named
yyyy\mm where the yyyy and mm come from the source folder names
The destination would look like this
2012\05
12345.svs
12346.svs
12347.svs
12348.svs
12349.svs
12350.svs
Is this possible? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8762
|
Posted: Sat Apr 25, 2020 1:27 pm Post subject: |
|
|
Hi,
By archiving do you mean copying from source to target and then removing the copied files from source (= move from source to target)?
It can be done, but the files cannot be re-arranged in different folders,
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|