App Designer: Use Tree to Browse Directory

9 vues (au cours des 30 derniers jours)
Stirnemann
Stirnemann le 14 Mai 2019
Commenté : Stirnemann le 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 commentaires
Adam Danz
Adam Danz le 14 Mai 2019
Modifié(e) : Adam Danz le 15 Mai 2019
Does uigetfile() work for you?
Stirnemann
Stirnemann le 15 Mai 2019
Different than I was thinking, but this will work. Thank you.

Connectez-vous pour commenter.

Réponse acceptée

Sayyed Ahmad
Sayyed Ahmad le 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');
"

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by