Rename file when using copyfiile
51 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Marisabel Gonzalez
il 18 Nov 2018
Commentato: madhan ravi
il 18 Nov 2018
Hello, I would like to rename a file that I've just succesfully copied. The basic code is the following
filename = 'myfilename.dat'
source = fullfile('mysourcepath',filename)
destiantion = fullfile('mydestinationpath',filename)
copyfile(source,destination)
0 Commenti
Risposta accettata
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!