App Designer: Use Tree to Browse Directory

10 visualizzazioni (ultimi 30 giorni)
Can a tree be used to browse a directory? Need to select multiple files and move them from one path to the next.
  2 Commenti
Adam Danz
Adam Danz il 14 Mag 2019
Modificato: Adam Danz il 15 Mag 2019
Does uigetfile() work for you?
Stirnemann
Stirnemann il 15 Mag 2019
Different than I was thinking, but this will work. Thank you.

Accedi per commentare.

Risposta accettata

Sayyed Ahmad
Sayyed Ahmad il 15 Mag 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');
"

Più risposte (0)

Categorie

Scopri di più su Develop Apps Using App Designer in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by