Replace a file with another file.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
void Replace( string sourceFileName, string destinationFileName, string destinationBackupFileName ) |
Visual Basic |
---|
Sub Replace ( _ sourceFileName As String, _ destinationFileName As String, _ destinationBackupFileName As String _ ) |
Visual C++ |
---|
void Replace( String^ sourceFileName, String^ destinationFileName, String^ destinationBackupFileName ) |
Parameters
- sourceFileName
- Type: System..::..String
Path to source file.
- destinationFileName
- Type: System..::..String
Path to file to replace.
- destinationBackupFileName
- Type: System..::..String
[Missing <param name="destinationBackupFileName"/> documentation for "M:Composite.Core.IO.Plugins.IOProvider.IC1File.Replace(System.String,System.String,System.String)"]