C# Класс LazyCopy.Utilities.FileCopyHelper

This class contains helper methods for copying files.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

CopyFile() публичный статический Метод

Copies the sourceFileInfo to the targetFileInfo.
or is . does not exist.
public static CopyFile ( LongPath.LongPathFileInfo sourceFileInfo, LongPath.LongPathFileInfo targetFileInfo ) : bool
sourceFileInfo LongPath.LongPathFileInfo Source file to be copied.
targetFileInfo LongPath.LongPathFileInfo Target file.
Результат bool

CopyFile() публичный статический Метод

Copies the sourceFile to the targetFile.
or is or empty. does not exist.
public static CopyFile ( string sourceFile, string targetFile ) : bool
sourceFile string Source file to be copied.
targetFile string Target file.
Результат bool