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

2 views (last 30 days)
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.

Accepted Answer

Sean de Wolski
Sean de Wolski on 30 Sep 2014
doc uigetdir
doc dir
doc copyfile
doc mkdir
The four commands should be able to do everything you've asked.
  4 Comments
Muhammad Hussain
Muhammad Hussain on 30 Sep 2014
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?

Sign in to comment.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!