Scilab 6.0.1
- Scilabヘルプ
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getmd5
- getURL
- %io
- isfile
- listfiles
- listvarinfile
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- 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
指定したファイル仕様を有する全てのファイルを見つける
呼び出し手順
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 | fprintfMat >> |