How can I see the contents of the folders in the interactive window with uigetdir?

4 views (last 30 days)
Hi,
I want to use uigetdir in my program in order to select the folder that content all the data I need to analyze. I use it in a GUI, I want to get the name of the folder in order to display it after. I used to use uigetfile but I just managed to get the name of the data that are inside my folder so now I use uigetdir. The good point is that I got the name of my folder but in the interaction window I just see the folder and not their content.
Is there a command as uigetfile('*.txt') to choose to see all files with uigetdir ?
Thank you very much !

Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!