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

3 ビュー (過去 30 日間)
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan 2019 年 12 月 24 日
コメント済み: the cyclist 2019 年 12 月 27 日
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 件のコメント
David Hill
David Hill 2019 年 12 月 24 日
Why not just take care of it outside of matlab?
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan 2019 年 12 月 27 日
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 ?

サインインしてコメントする。

回答 (1 件)

the cyclist
the cyclist 2019 年 12 月 24 日
I think you should be able to first use the movefile command to rename the other file.
  2 件のコメント
Srivenkateswaran Narayanan
Srivenkateswaran Narayanan 2019 年 12 月 27 日
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 2019 年 12 月 27 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by