FileReplace Method (String, String, String) |
Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Replace(
string sourceFileName,
string destinationFileName,
string destinationBackupFileName
)
Public Shared Sub Replace (
sourceFileName As String,
destinationFileName As String,
destinationBackupFileName As String
)
public:
static void Replace(
String^ sourceFileName,
String^ destinationFileName,
String^ destinationBackupFileName
)
static member Replace :
sourceFileName : string *
destinationFileName : string *
destinationBackupFileName : string -> unit
Parameters
- sourceFileName
- Type: SystemString
- destinationFileName
- Type: SystemString
- destinationBackupFileName
- Type: SystemString
See Also