File copy

提供: AliceScript Wiki
2021年7月28日 (水) 05:27時点におけるMaster (トーク | 投稿記録)による版
ナビゲーションに移動 検索に移動

ファイルをコピーします

file_copy
名前空間 Alice.IO
アセンブリ ローカル
サポート AliceScript1


説明

void file_copy(string fromfilename,string tofilename,bool? allowrewrite);

引数

Fromfilename コピー元のファイルの名前

Tofilename コピー先のファイルの名前

Allowrewrite コピーの実行先にファイルが存在する場合、上書きを実行するかの値。この値は必ずしも設定する必要はありません