LocalRename <oldname>, <newname>
Rename a file on the local file system (in the current directory).
See also: RemoteRename, ForEach
Examples:
LocalRename "sales.dat", "sales.bak"
LocalRename "today.log", "log$(year)$(month)$(day).log" (see Makros)
ForEach local "*.txt" do "LocalRename '*.txt', '*.text'". (see ForEach)
← Back to Script Commands