How to get the folder name?
조회 수: 34 (최근 30일)
이전 댓글 표시
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!
댓글 수: 0
채택된 답변
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Adding custom doc에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!