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
- mscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save_format
- scanf
- scanf_conversion
- 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
指定した filespec を有する全てのファイルを見つける
呼び出し手順
f = findfiles() f=findfiles(path) f=findfiles(path,filespec)
パラメータ
- path
a path
- filespec
specファイル. 例えば "*.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 >> |