HI Team.
I have One Query , I have designed GUI which has EDIT Text & Browse Button, I Use Browse Button to Browse the Folder path later task is to load all Files which are in folder
BUT My Every time I Browse , i need to type '\' in EDIT text after Browsing the Folder Path
CAN Any one Help how could Avoid Using this '\' every time???????

 채택된 답변

ES
ES 2013년 12월 23일

0 개 추천

if you use uigetdir, like this,
sFolderName = uigetdir(pwd, 'Select Folder !');
then append your '/' and then display in the edit box..
set(handles.edit1,'string',[sFolderName,'/']);% for linux use the other slash

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Environment and Settings에 대해 자세히 알아보기

질문:

2013년 12월 23일

댓글:

2013년 12월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by