remove()

種  類 メソッド
書  式
fileRef.remove()

解  説
ファイルを削除します。

コード
fRef = fileGetDialog("Select","TEXT txt");
fRef.remove();


■サンプルをダウンロードする >>.zip