File.

Replace(string, string, string, bool) Method

Assembly
Pri.LongPath.dll
Namespace
Pri.LongPath
Containing Type
File

Syntax

public static void Replace(string sourceFileName, string destinationFileName, string destinationBackupFileName, bool ignoreMetadataErrors)

Parameters

Name Type Description
sourceFileName string
destinationFileName string
destinationBackupFileName string
ignoreMetadataErrors bool

Return Value

Type Description
void