Select path and filename - getpf.m

版本 1.0.0.0 (3.1 KB) 作者: Miroslav Balda
It enables to put path and filename into variables
1.9K 次下载
更新时间 2007/2/27

查看许可证

The function is intended for putting names of directory and file into variables which may be used later for reading or writing files. It is beneficial in cases when searching files for processing by browsing a directory tree.

The function starts in a required point of a tree and displays contents of the subdirectory. A user may select an item from the list by one of two ways:
- entering one of displayed names, or
- paste and copy a name to prompt.
Yet another way to reach the required name exists - answer by pushing any key to the prompt until the name you need is displayed. Then, accept it by pushing ENTER. As soon as a file name is accepted the function returns path and name of the selected file.

The function needs another function from FEX, inp.m, #9033

引用格式

Miroslav Balda (2024). Select path and filename - getpf.m (https://www.mathworks.com/matlabcentral/fileexchange/13768-select-path-and-filename-getpf-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Search Path 的更多信息
致谢

启发作品: Select path and filename

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Code improvement for suppressing occasional instability.