Scilab 5.3.0
- Scilab Online Help
- Files : Input/Output functions
- basename
- chdir
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileinfo
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullfile
- fullpath
- get_absolute_file_path
- getdrives
- getlongpathname
- getrelativefilename
- getshortpathname
- %io
- isdir
- isfile
- listfiles
- listvarinfile
- ls
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mkdir
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- pathconvert
- pathsep
- pwd
- removedir
- rmdir
- 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
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'])
参照
作者
Allan CORNET
<< dispfiles | Files : Input/Output functions | fileinfo >> |