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
fullfile
パーツから完全なファイル名を構築
呼び出し手順
f = fullfile(varargin)
パラメータ
- varargin
完全なファイル名を構築するために使用される全てのディレクトリとファイル名 (少なくとも一つのディレクトリおよびファイル名)
- f
完全なファイル名
説明
f = fullfile(varargin)
は,
実行されるプラットフォームを考慮した
完全なファイル名を構築します.
この際,ディレクトリがディレクトリセパレータで
開始または終了するケースを処理します.
例
f=fullfile("/home/","\scilab","macros","\util","fullfile.sci") f=fullfile("C:","\scilab","macros","\util","fullfile.sci")
作者
- V.C.
<< fscanfMat | Files : Input/Output functions | fullpath >> |