フィルターのクリア

How to manipulate a file path

9 ビュー (過去 30 日間)
David C
David C 2013 年 5 月 8 日
I have a file path obtained from user selection, however, I want to save the output of my function into a higher directory than the one selected by the user.
Is there a way to do that?
example:
user selects "C:\Program Files\User\Test"
and I want to save an output into "C:\Program Files\User\"

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2013 年 5 月 8 日
selected_folder='C:\Program Files\User\Test\'
idx=strfind(selected_folder,'\')
folder=selected_folder(1:idx(end-1))

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by