App Designer: Use Tree to Browse Directory

조회 수: 14 (최근 30일)
Stirnemann
Stirnemann 2019년 5월 14일
댓글: Stirnemann 2019년 5월 15일
Can a tree be used to browse a directory? Need to select multiple files and move them from one path to the next.
  댓글 수: 2
Adam Danz
Adam Danz 2019년 5월 14일
편집: Adam Danz 2019년 5월 15일
Does uigetfile() work for you?
Stirnemann
Stirnemann 2019년 5월 15일
Different than I was thinking, but this will work. Thank you.

댓글을 달려면 로그인하십시오.

채택된 답변

Sayyed Ahmad
Sayyed Ahmad 2019년 5월 15일
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');
"

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by