Scilab Website | Contribute with GitLab | Scilab Community | ATOMS toolboxes
Scilab Online Help
2025.1.0 - 日本語


Files : Input/Output functions

  • Directory
    • chdir — Scilab カレントディレクトリを変更する
    • createdir — 新規ディレクトリを作成
    • dir — ファイル一覧を取得する
    • isdir — 引数がディレクトリパスかどうかを調べる
    • ls — ファイルを表示
    • mkdir — 新規ディレクトリ
    • pwd — Scilab カレントディレクトリを出力
    • removedir — ディレクトリを削除
    • rmdir — ディレクトリを削除
  • file_system
    • copyfile — ファイルをコピー
    • deletefile — ファイルを削除する
    • fileinfo — ファイルに関する情報を出力
    • findfiles — 指定したファイル仕様を有する全てのファイルを見つける
    • isfile — 引数が既存のファイルかどうか調べる
    • listfiles — ファイルのリスト
    • mdelete — ファイルを削除
    • movefile — ファイルまたはディレクトリを移動する
    • newest — ファイルの集合の中で最新のファイルを返す
  • Paths - Filenames
    • basename — ファイル名からディレクトリと接尾辞を取り除く
    • fileext — ファイルパスの拡張子を返す
    • fileparts — ファイルパスのパス,ファイル名,拡張子を返す
    • filesep — カレントのプラットフォームにおけるディレクトのリセパレータを返す
    • fullfile — パーツから完全なファイル名を構築
    • fullpath — 指定した相対パス名に関する完全なパス名を作成する.
    • get_absolute_file_path — Scilabでオープンしたファイルの絶対パス名を出力します.
    • getdrives — コンピュータのファイルシステムにマウントされている全ての ドライブ名を取得する.
    • getlongpathname — ロングパス名を取得 (Windows専用)
    • getrelativefilename — 絶対ディレクトリおよび絶対ファイル名を指定すると, 相対ファイル名を返す.
    • getshortpathname — ショートパス名を取得 (Windows専用)
    • is_absolute_path — 引数が絶対パスかどうか調べる
    • pathconvert — POSIXおよびwindowsの間でパス名を変換.
    • pathsep — 現在のオペレーティングシステムのPATH環境変数で使用されるパス区切り文字を提供します.
    • tempname — ユニークなファイル名を有するファイルを作成
  • compress — Compress files in an archive
  • decompress — decompress files from an archive
  • dispfiles — オープンされているファイルのプロパティを表示
  • fprintfMat — 行列をファイルに書き込む
  • fscanfMat — テキストファイルから行列を読み込む
  • getdeprecated — Get names of deprecated functions and replacement function names.
  • getmd5 — md5 チェックサムを取得
  • hash — get checksum of file or string using various digest algorithms
  • %io — 標準入力および標準出力を保持する変数(ファイル記述子).
  • listvarinfile — 保存されたデータファイルの中の変数の一覧を得る
  • mclearerr — バイナリファイルアクセスエラーをリセット
  • mclose — オープンされているファイルを閉じる
  • meof — ファイルの終端に達したかどうかを確認する
  • merror — ファイルアクセスに関するエラーインジケータを調べる
  • mfprintf — converts, formats, and writes data to a file
  • mscanf — 標準入力から入力を読み込む (C言語の scanf 関数へのインターフェイス)
  • mget — parses numbers in a binary file and returns them as decimals
  • mgetl — アスキーファイルから行を読み込む
  • mgetstr — ファイルから文字列を読み込む
  • mopen — ファイルをオープン
  • mput — 指定したバイナリ形式でバイトまたはワードを書き込む
  • mputl — テキストファイルに文字列を書き込む
  • mputstr — write a single text in an open file
  • mseek — バイナリファイルの中でカレントの位置を設定する.
  • mtell — ファイル先頭基準でカレントバイトのオフセットを返す
  • save_format — "save"で作成されるファイルの形式
  • scanf — 標準入力を整形された入力に変換する
  • scanf_conversion — mscanf, msscanf, mfscanf 変換指定子
Report an issue
<< HDF5 files Scilabヘルプ Input/Output functions >>

Copyright (c) 2022-2026 (Dassault Systèmes S.E.)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 22 12:57:10 CEST 2025