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
newest
ファイルの集合の中で最新のファイルを返す
呼び出し手順
k = newest(paths) k = newest(path1, path2, ..., pathn)
引数
- k
整数: 最新のファイルの添字
- paths
文字列ベクトル,
paths(i)
はi
番目のファイルの名前- pathi
文字列,
i
番目のファイルのパス名
説明
パス名の集合を指定すると,newest
は,
最新のファイルの添字を返します.
存在しないファイルは最も古いと仮定されます.
例
newest('SCI/modules/graphics/macros/bode.sci','SCI/modules/graphics/macros/bode.bin') newest(['SCI/modules/graphics/macros/bode.sci','SCI/modules/graphics/macros/bode.bin']) newest('SCI/modules/graphics/macros/bode.'+['sci','bin'])
参照
- fileinfo — ファイルに関する情報を出力
Report an issue | ||
<< mtell | Files : Input/Output functions | save_format >> |