explorer.m: Quick access to the Windows Explorer

版本 1.3.0.1 (1.8 KB) 作者: Malcolm Wood
Opens the Windows Explorer for a specified directory, optionally showing the folder hierarchy
2.7K 次下载
更新时间 2016/9/1

查看许可证

The Windows Explorer is opened in one of two modes: either in the "Explorer from here" mode with the Folder hierarchy visible and its root at the specified directory, or in its basic mode showing only the contents of the specified directory.
To open a directory listing for the current MATLAB® directory, type:
>> explorer

To open a listing for (e.g) directory C:\temp, type:
>> explorer C:\temp

>> To open a listing for the directory containing peaks.m (provided that peaks.m is on the MATLAB path) type:
>> explorer peaks

>> To also show the folder hierarchy inside that directory type:
>> explorer peaks 1
or
>> explorer('peaks',1)

etc.

引用格式

Malcolm Wood (2024). explorer.m: Quick access to the Windows Explorer (https://www.mathworks.com/matlabcentral/fileexchange/11064-explorer-m-quick-access-to-the-windows-explorer), MATLAB Central File Exchange. 检索来源 .

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

启发作品: finder

Community Treasure Hunt

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

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

Updated license

1.3.0.0

Added copyright and fixed M-lint warning.

1.2.0.0

Added copyright line.

1.1.0.0

Review

1.0.0.0