Hi people,
Is there a way to copy the creation dates and times of a bunch of files to another bunch. I've tried the export function to a text file:
$filename(txt,utf-8)$loop(%_path%)%_file_create_datetime%
$loopend()
and to import from this *.txt to the new files, but that does not work, files dates and times didn't change.
I have three doubts:
1 - In the resulting export file order of times is given by filename, I changed %_path% with other parameters, and the result is sorted according to what is chosen, however I need a sort according to two or three parameters: Path, Album and Filename in this order. I make an emphasis on the fact, that no matter how is the files order or sort in the mp3Tag window, always I get the same result. The only case is the mentioned above, when I change the export file, but this only allow a unique parameter sort, not 2 or more...
2 - With the file resulting from the export, the import text>>tag didn't work, and the date didn't change...
3 - I would like to implant this, as an action, is there a way to do that, by making for example, a transfer from a specified folder to another, by default. This way it would be just a matter of placing files where correspond...
This is the idea, but still open to other possibilities, as always 
Thank you...
N.B: As the *.txt export file, for example, I've tried with no success:
$filename(txt,utf-8)$loop(%_path%%_file_create_datetime%)%_file_create_datetime%
$loopend()