Changing folder's name from unknown name
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I want to change folder's name, but the only thing I know about the folder that it's the latest folder created in the folder where it located. How can I do it?
0 Commenti
Risposta accettata
Honglei Chen
il 14 Mag 2014
Modificato: Honglei Chen
il 14 Mag 2014
d = dir;
The above command returns a struct array which has a field called datenum. Each file in the current directory corresponds to an entry in the array. The latest file will have the largest datenum
Più risposte (0)
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!