C# 클래스 LazyCopy.Utilities.FileCopyHelper

This class contains helper methods for copying files.
파일 보기 프로젝트 열기: aleksk/LazyCopy 1 사용 예제들

공개 메소드들

메소드 설명
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