App Designer: Use Tree to Browse Directory

8 visualizaciones (últimos 30 días)
Stirnemann
Stirnemann el 14 de Mayo de 2019
Comentada: Stirnemann el 15 de Mayo de 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 comentarios
Adam Danz
Adam Danz el 14 de Mayo de 2019
Editada: Adam Danz el 15 de Mayo de 2019
Does uigetfile() work for you?
Stirnemann
Stirnemann el 15 de Mayo de 2019
Different than I was thinking, but this will work. Thank you.

Iniciar sesión para comentar.

Respuesta aceptada

Sayyed Ahmad
Sayyed Ahmad el 15 de Mayo de 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');
"

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by