browseforfolder

버전 1.0.0.0 (515 KB) 작성자: Ohad Gal
Enhanced dialog box for folder browsing.
다운로드 수: 4K
업데이트 날짜: 2005/11/7

라이선스 보기

This enhancement allows the user to:

1. browse using "copy-paste"
2. create a new folder from this dialog

UIBROWSEFORFOLDER Standard Windows browse for folder dialog box.

folder = uibrowseforfolder( title_str, initial_path )

Output: folder = selected folder (empty string if dialog cancelled)
Inputs: title_str = title string (OPTIONAL)
initial_path = initial path (OPTIONAL, defaults to PWD)

Examples: folder = uibrowseforfolder - default title and initial path
folder = uibrowseforfolder('Select results folder') - default initial path
folder = uibrowseforfolder([], 'C:\Program Files') - with no title

1. using mex function browseforfolder.dll
2. credit for "C++" code goes to Armen Hakobyan code taken from "The Code Project" at: http://www.codeproject.com/dialog/cfolderdialog.asp
3. converted to matlab mex file by Ohad Gal.

인용 양식

Ohad Gal (2024). browseforfolder (https://www.mathworks.com/matlabcentral/fileexchange/8391-browseforfolder), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R13SP1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dialog Boxes에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

I found out that some OS need two additional DLLs for this function to work: msvcrtd.dll and MFC42D.DLL