Syntax
f = findfiles() f = findfiles(path) f = findfiles(path, filespec)
Arguments
- path
a character string, a path.
- filespec
a character stirng, a file specification, for example
"*.sce"
.- f
a column vector of strings, filenames.
Description
Finding all files with a given file specification
filespec
.
See also
- listfiles — list of files
Report an issue | ||
<< fileinfo | file_system | isfile >> |