Renaming files without preserving their date and creation time
Mostra commenti meno recenti
I want to rename files but without preserving their original date and creation times.So far, Ive tried two options:
OPTION 1:
dos(['copy "' old_name'" "' new_name'"']); dos(['del "' old_name]);
OPTION 2: dos(['ren "' old_name'" "' new_name'"']);
... but both of them create the new files, yet preserving the original creation date/time. Can anyone help me?
thanks!
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Time Series Objects in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!