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

2 Ansichten (letzte 30 Tage)
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 Kommentare
David Hill
David Hill am 24 Dez. 2019
Why not just take care of it outside of matlab?
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan am 27 Dez. 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 ?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

the cyclist
the cyclist am 24 Dez. 2019
I think you should be able to first use the movefile command to rename the other file.
  2 Kommentare
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan am 27 Dez. 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 am 27 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by