Next: Functions and Variables for File Input and Output, Previous: Comments, Up: File Input and Output [Contents][Index]
ファイルは、単に、データやテキスト含む、特別なストレージデバイスのある領域です。 ディスク上のファイルは、比喩的に「ディレクトリ」の中にグループ化されます。 ディレクトリは、単にファイルのリストです。 ファイルを扱うコマンドは以下の通りです:
save,
load,
loadfile,
stringout,
batch,
demo,
writefile,
closefile,と
appendfile。
ファイル名がplot2dやsave、writefileのような関数に渡され、
ファイル名がパスを含まない時、Maximaは現在のワーキングディレクトリにファイルを保存します。
現在のワーキングディレクトリはWindowsやLinuxのようなシステムと、インストールに依存します。
Next: Functions and Variables for File Input and Output, Previous: Comments, Up: File Input and Output [Contents][Index]