File.

Copy(string, string, bool) Method

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

Syntax

public static void Copy(string sourcePath, string destinationPath, bool overwrite)

Parameters

Name Type Description
sourcePath string
destinationPath string
overwrite bool

Return Value

Type Description
void