「File move」の版間の差分

提供:AliceScript Wiki
ナビゲーションに移動 検索に移動
(ページの作成:「ファイルを移動します Category:Alice.IO {| class="wikitable" |+file_move |- |名前空間 |Alice.IO |- |アセンブリ |ローカル |- |サポート |A…」)
 
 
(同じ利用者による、間の1版が非表示)
16行目: 16行目:
  
 
==説明==
 
==説明==
<code>void file_move(string fromfilename,string tofilename,bool? allowrewrite);</code>
+
<code>void file_move(string fromfilename,string tofilename);</code>
  
=====プロパティ=====
+
=====引数=====
  
 
Fromfilename 移動元のファイルの名前
 
Fromfilename 移動元のファイルの名前
  
 
Tofilename 移動先のファイルの名前
 
Tofilename 移動先のファイルの名前
 
Allowrewrite 移動先にファイルが存在する場合、上書きを実行するかの値。この値は必ずしも設定する必要はありません
 

2021年8月23日 (月) 12:43時点における最新版

ファイルを移動します

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


説明[編集]

void file_move(string fromfilename,string tofilename);

引数[編集]

Fromfilename 移動元のファイルの名前

Tofilename 移動先のファイルの名前