Rename file when using copyfiile
51 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Marisabel Gonzalez
el 18 de Nov. de 2018
Comentada: madhan ravi
el 18 de Nov. de 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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!