ファイル関数リファレンス(AutoLISP/Express Tools)

注: Express Tools は Windows 版 AutoCAD でのみサポートされています。Windows 版 AutoCAD LT、Mac OS および Web では使用できません。

AutoLISP Express Tools ファイル関数の概要を次の表に示します。

ファイル関数

プラットフォーム

Windows

Mac OS

Web

関数

説明

AutoCAD AutoCAD LT AutoCAD AutoCAD LT AutoCAD

(acet-file-attr filename [attr])

指定したファイルまたはフォルダの保護属性を取得または設定します。

-- -- -- --

(acet-file-chdir directory)

現在の作業フォルダを変更します。

-- -- -- --

(acet-file-copy from to [force])

ファイルをコピーします。

-- -- -- --

(acet-file-cwd)

現在の作業フォルダを返します。

-- -- -- --

(acet-file-dir pattern [attributes] [starting-directory])

ファイルの場所を特定します。

-- -- -- --

(acet-file-mkdir directory)

新しいフォルダを作成します。

-- -- -- --

(acet-file-move from to)

ファイルを移動または名前変更します。

-- -- -- --

(acet-file-remove filespec [force])

1 つまたは複数のファイルを削除します。

-- -- -- --

(acet-file-rmdir directory)

フォルダを削除します。

-- -- -- --