Method | Description | |
---|---|---|
CopyFile ( LongPath.LongPathFileInfo sourceFileInfo, LongPath.LongPathFileInfo targetFileInfo ) : bool |
Copies the sourceFileInfo to the targetFileInfo.
|
|
CopyFile ( string sourceFile, string targetFile ) : bool |
Copies the sourceFile to the targetFile.
|
public static CopyFile ( LongPath.LongPathFileInfo sourceFileInfo, LongPath.LongPathFileInfo targetFileInfo ) : bool | ||
sourceFileInfo | LongPath.LongPathFileInfo | Source file to be copied. |
targetFileInfo | LongPath.LongPathFileInfo | Target file. |
return | bool |
public static CopyFile ( string sourceFile, string targetFile ) : bool | ||
sourceFile | string | Source file to be copied. |
targetFile | string | Target file. |
return | bool |