App Designer: Use Tree to Browse Directory

8 Ansichten (letzte 30 Tage)
Stirnemann
Stirnemann am 14 Mai 2019
Kommentiert: Stirnemann am 15 Mai 2019
Can a tree be used to browse a directory? Need to select multiple files and move them from one path to the next.
  2 Kommentare
Adam Danz
Adam Danz am 14 Mai 2019
Bearbeitet: Adam Danz am 15 Mai 2019
Does uigetfile() work for you?
Stirnemann
Stirnemann am 15 Mai 2019
Different than I was thinking, but this will work. Thank you.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Sayyed Ahmad
Sayyed Ahmad am 15 Mai 2019
see the help of uigetfile:
"Enabling multiple file selection in the dialog:
[filename, pathname, filterindex] = uigetfile( ...
{'*.mat','MAT-files (*.mat)'; ...
'*.mdl','Models (*.mdl)'; ...
'*.*', 'All Files (*.*)'}, ...
'Pick a file', ...
'MultiSelect', 'on');
"

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by