Acet-file-chdir
- 構文
- (acet-file-chdir directory )
- 機能
- オペレーション・システムの現在の「作業ディレクトリ」を directory に設定する。
- 引数
-
- directory : 作業ディレクトリに指定するフォルダパスの文字列
- 戻り値
- 成功なら T、それ以外は nil を返す。
- サンプル
(acet-file-chdir "c:\\tmp" ) T (acet-file-chdir "%temp%" ) nil ; 環境変数は使えない
関連事項