Rename File
From InstallJammer Wiki
The Rename File action will rename a single file or directory on the target system to another name. This is the same as "moving" a file.
Contents |
[edit] Standard Properties
See Standard Action Properties.
[edit] Advanced Properties
[edit] Source
- The path to the file or directory to be renamed. If the path is relative, it will be made relative to <%InstallDir%>.
[edit] Destination
- The new path to rename the file or directory to. If the path is relative, it will be made relative to <%InstallDir%>.
[edit] Examples
The following values would rename the file foo.cfg to bar.cfg in the <%InstallDir%>.
Source: foo.cfg Destination: bar.cfg
