フィルターのクリア

How to get the folder name?

31 ビュー (過去 30 日間)
faran
faran 2018 年 8 月 27 日
編集済み: Jan 2018 年 8 月 28 日
I used "uigetdir_workaround" command to select a folder and in return I receive the path. Is there any command that can give me the name of the folder I selected? I know that I can use some command to find the last "\" and take the names after that as the name of the folder but I was wondering if there is any specific command to gives the name of the selected folder or not!

採用された回答

Jan
Jan 2018 年 8 月 28 日
As long a "uigetdir_workaround" is not known, how can we guess, which output you get? Why don't you use uigetdir? To split a path name into a folder and the file use fileparts.
  2 件のコメント
faran
faran 2018 年 8 月 28 日
編集済み: Jan 2018 年 8 月 28 日
Due to some bug for using uigetdir command in deploying application for Matlab R2017, "uigetdir_workaround" was being used before the update of matlab. Currently it is fixed in R2018a update 4. https://www.mathworks.com/support/bugreports/1729458?s_tid=srchtitle
faran
faran 2018 年 8 月 28 日
Fileparts worked, thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by