Replaces the given file with this one.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public C1FileInfo Replace( string destinationFileName, string destinationBackupFileName ) |
Visual Basic |
---|
Public Function Replace ( _ destinationFileName As String, _ destinationBackupFileName As String _ ) As C1FileInfo |
Visual C++ |
---|
public: C1FileInfo^ Replace( String^ destinationFileName, String^ destinationBackupFileName ) |
Parameters
- destinationFileName
- Type: System..::..String
Destination path to file to replace.
- destinationBackupFileName
- Type: System..::..String
Path to backup file.