[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file. [Property] Source=Sets the name of a file that replaces the file specified by Destination. ARG(string)|2| Destination=Sets the name of the file being replaced. ARG(string)|2| Backup=Sets the name of the backup file. ARG(string)|2| IgnoreErrors=Sets a value that indicating to ignore merge errors. ARG(bool)|14|1|true,false [Methods] doReplace=Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file.ARG(string source, string destination, string backup)|1|0 *doReplace2=Replaces the contents of a specified file with the contents of another file, deleting the original file, and creating a backup of the replaced file and optionally ignores merge errors.ARG(string source, string destination, string backup, bool ignoreErrors)|1|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 Source=Defines the name of a file that replaces the file specified by Destination. ARG(string)|4|2 Destination=Defines the name of the file being replaced. ARG(string)|4|2 Backup=Defines the name of the backup file. ARG(string)|4|2 *IgnoreErrors=Defines a value that indicating to ignore merge errors. ARG(bool)|4|104