Search( filetype,folderpath​)

版本 1.0.0.0 (1.2 KB) 作者: anthony bobbie
Recursively searh folder path
121.0 次下载
更新 2015/3/4

查看许可证

%% SEARCH Searches a folderpath and returns a list of matching filetype
% This function works only on windows machines. This is a demostration of
% how System.IO namespace can be used in MATLAB.
% filetype: file type sought after. Argument permitted can be any file type
% on windows machine e.g. '*.xls','*.m' : Use '*.*' to return all file
% types.
% folderpath: folder path to look for matching filetypes e.g 'C:\windows' ;
% note however that u much have search permission on the folder you intend
% to search.

引用格式

anthony bobbie (2026). Search( filetype,folderpath) (https://ww2.mathworks.cn/matlabcentral/fileexchange/49922-search-filetype-folderpath), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Search Path 的更多信息
版本 已发布 发行说明
1.0.0.0