Scilab 5.5.2
- Scilab Help
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getURL
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
findfiles
finding all files with a given file specification
Calling Sequence
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
.
Examples
f=findfiles() f=findfiles(SCI) f=findfiles(SCI+'/modules/core/macros','*.sci')
See Also
- listfiles — list of files
Report an issue | ||
<< fileinfo | Files : Input/Output functions | fprintfMat >> |