필터 지우기
필터 지우기

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 CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by