how to rename and Copy Zip File from one location to another location

3 visualizaciones (últimos 30 días)
Hi,
I am working on file management, i need to rename and copy a zip file from one location to anothe location.
i had used the command (copyfile), for the data transfer from one location to another.
Problem:
At the time of Copy, i had same zip file name. so it is taking only one file other file is getting replaced. but i need to have both the files in the same location with renaming.
how to proceed that? can you please help me in this
  2 comentarios
David Hill
David Hill el 24 de Dic. de 2019
Why not just take care of it outside of matlab?
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan el 27 de Dic. de 2019
Yes, but i had around 500 Folder and inside every folder i had a ZIP file, all are different data, but some times, in some folder consist of same ZIP name as resemble in another folder but the data are diffrenent, if i wrtie thorugh MATLAB, it is oerwritting, if i do manually it took lot of effort.
so is there any simple way to rename for such kind of scenarios ?

Iniciar sesión para comentar.

Respuestas (1)

the cyclist
the cyclist el 24 de Dic. de 2019
I think you should be able to first use the movefile command to rename the other file.
  2 comentarios
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan el 27 de Dic. de 2019
Hello
Thanks
If i tried to move the file to one folder, but i tried to move other file to same folder which is of same name, it is overwriting with previous one. so my first data is not available.
can you sugges me is there any specific command for this ?
the cyclist
the cyclist el 27 de Dic. de 2019
I'm not sure what you want to do if a file of the same name exists. But, you can use the isfile command to check whether the file exists in the location. If it does, then you could use the movefile command to rename it.

Iniciar sesión para comentar.

Categorías

Más información sobre Interactive Control and Callbacks 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!

Translated by