Making a GUI through GUIDE that can search a folder in My Computer and look for a *.csv file in that folder, rename this file and put it in a new folder

1 次查看(过去 30 天)
Hi,
I have to make a GUI which could search for a specific folder in MyComputer and then allow me to open that folder and show *.csv files in it.Then next, I can rename these files with folder name and put these files in a new folder(with a certain name,means I have to create a new folder by myself through GUI)And I am able to display *.csv files in a list box.
Any comment, like how to proceed, some functions to use or some refernce, would be much appreciated.
Thanks.

采纳的回答

Sean de Wolski
Sean de Wolski 2014-9-30
doc uigetdir
doc dir
doc copyfile
doc mkdir
The four commands should be able to do everything you've asked.
  4 个评论
Muhammad Hussain
Muhammad Hussain 2014-9-30
That's great. I have drawn one push Button to open the specified folder.One pop-up menu that show me the files that I can select,rename and can add in a new folder and in the list box also.I have drawn two toggle buttons to add or remove the file from list box.And One list box where I can have list of my .csv files.Please tell me that this scheme is Ok or I am wrong at something?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by