ファイル
-
関数
- Authentication
- BinaryRead
- BinaryReadList
- BinarySerialize
- BinaryWrite
- CopyFile
- DumpSave
- Encode
- Export
- File
- FileDate
- FileHash
- FileNames
- FilePrint
- FileSize
- Find
- FindList
- Get
- Import
- OpenRead
- OpenWrite
- Put
- PutAppend
- Read
- ReadByteArray
- ReadLine
- ReadList
- ReadString
- RemoteFile
- Save
- SetStreamPosition
- Skip
- URL
- Write
- WriteLine
- WriteString
- 関連するガイド
- テクニカルノート
-
-
関数
- Authentication
- BinaryRead
- BinaryReadList
- BinarySerialize
- BinaryWrite
- CopyFile
- DumpSave
- Encode
- Export
- File
- FileDate
- FileHash
- FileNames
- FilePrint
- FileSize
- Find
- FindList
- Get
- Import
- OpenRead
- OpenWrite
- Put
- PutAppend
- Read
- ReadByteArray
- ReadLine
- ReadList
- ReadString
- RemoteFile
- Save
- SetStreamPosition
- Skip
- URL
- Write
- WriteLine
- WriteString
- 関連するガイド
- テクニカルノート
-
関数
ファイル
Wolfram言語は任意のレベルにおけるファイル関連構造を操作するための便利で効率的なシステム非依存関数を提供する.
完全なファイル
ReadString,WriteString — ファイルの全内容を文字列として読み書きする
ReadByteArray — ファイルの全内容をバイト配列として読み込む
Import,Export — 多くの形式でインポート・エキスポートする
ReadList — ファイルから構造化していないデータを読む
FilePrint — ファイルの内容を表示する
ファイルの検索
FindList — ファイルのリストから文字列を検索する
FileNames — ファイルを名前で検索する
低レベルファイル操作 »
ReadLine,WriteLine — テキストの行を読み書きする
Find ▪ Skip ▪ SetStreamPosition ▪ ...
Wolfram言語式のファイル »
Get (<<) — ファイル(.mファイル)からWolfram言語式を取得する
Put (>>),PutAppend (>>>) — Wolfram言語式をファイル(.mファイル)に置く
Save ▪ DumpSave ▪ Encode ▪ BinarySerialize
バイナリデータ »
BinaryReadList ▪ BinaryRead ▪ BinaryWrite ▪ ...
ファイルの属性と操作 »
FileDate ▪ FileSize ▪ FileNames ▪ FileHash ▪ CopyFile ▪ ...