RenameFile

 Input Assistant 

目的
ファイルの名前を変更できます。
renameFile oldname=“C:\images\p100.gif”  newname=“C:\images\logo.gif”

ファイル “C:\images\p100.gif” は  “C:\images\logo.gif”に名前が変更されます。

書式
RenameFile oldname=“sourcefile”  newname=“destinationfile”

ファイルの名前が変更されます。 新しい名前のファイルがすでに存在する場合、アクションは実行されません。

if Q[ok] …
endif

上記を使用すると、名前変更操作が成功したかどうかを照会できます。

前の記事

ReplaceText

次の記事

RemoveFile