Scilab 5.4.0
- Scilab help
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- 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
- sscanf
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
поиск всех файлов с указанным уточнением файла
Последовательность вызова
f = findfiles() f = findfiles(path) f = findfiles(path,filespec)
Аргументы
- path
символьная строка, путь.
- filespec
символьная строка, уточнение файла, например,
"*.sce"
.- f
вектор-столбец строк, имена файлов.
Описание
Поиск всех файлов с указанным уточнением файла
filespec
.
Примеры
f=findfiles() f=findfiles(SCI) f=findfiles(SCI+'/modules/core/macros','*.sci')
Смотрите также
- listfiles — список файлов
Report an issue | ||
<< fileinfo | Files : Input/Output functions | fprintf >> |