Rename File
ファイルの名前を現在のフォルダ内で変更します。
ファイルRenameFile
概要
ファイルの名前を現在のフォルダ内で変更します。
Rename a file within its current folder.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| File path | file | 必須 | Path to the file. 例: C:/temp/data.txt 変数に対応 | |
| New file name | string | 必須 | New name only (not a full path). 例: renamed.txt 変数に対応 |