Click or drag to resize
FileReplace Method
Overload List
  NameDescription
Public methodStatic memberReplace(String, String, String)
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.
Public methodStatic memberReplace(String, String, String, Boolean)
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.
Public methodStatic memberReplace(String, String, String, Boolean, PathFormat)
[AlphaFS] 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.
Top
See Also