scilab-6.1.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Paths - Filenames
- basename — ファイル名からディレクトリと接尾辞を取り除く
 - dirname — ファイル名からディレクトリを得る (obsolete)
 - fileext — ファイルパスの拡張子を返す
 - fileparts — ファイルパスのパス,ファイル名,拡張子を返す
 - filesep — カレントのプラットフォームにおけるディレクトのリセパレータを返す
 - fullfile — パーツから完全なファイル名を構築
 - fullpath — 指定した相対パス名に関する完全なパス名を作成する.
 - get_absolute_file_path — Scilabでオープンしたファイルの絶対パス名を出力します.
 - getdrives — コンピュータのファイルシステムにマウントされている全ての ドライブ名を取得する.
 - getlongpathname — ロングパス名を取得 (Windows専用)
 - getrelativefilename — 絶対ディレクトリおよび絶対ファイル名を指定すると, 相対ファイル名を返す.
 - getshortpathname — ショートパス名を取得 (Windows専用)
 - is_absolute_path — 引数が絶対パスかどうか調べる
 - pathconvert — POSIXおよびwindowsの間でパス名を変換.
 - pathsep — 現在のオペレーティングシステムのPATH環境変数で使用されるパス区切り文字を提供します.
 - splitURL — URL (HTTP, HTTPS, FTP...) を分解
 - tempname — ユニークなファイル名を有するファイルを作成
 
| Report an issue | ||
| << file_system | Files : Input/Output functions | dispfiles >> |