App Designer: Use Tree to Browse Directory

8 ビュー (過去 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 Center および File ExchangeDevelop 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