Scilab-Branch-6.1-GIT
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 | file_system | isfile >> |