Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
fileext
ファイルパスの拡張子を返す
呼び出し手順
extension = fileext(fullpath)
パラメータ
- fullpath
文字列, 指定するファイルパス
- extension
文字列, 拡張子部または ''
説明
extension=fileext(fullpath)
は
フルパス文字列をドットを含む拡張子部に分割します.
例
extension = fileext('SCI/etc/scilab.start') extension = fileext(['SCI/etc/scilab.start';'SCI/etc/scilab.quit'])
参照
- fileparts — ファイルパスのパス,ファイル名,拡張子を返す
Report an issue | ||
<< dirname | Paths - Filenames | fileparts >> |