C# 클래스 GuiLabs.FileUtilities.Sync

파일 보기 프로젝트 열기: KirillOsenkov/ContentSync

공개 메소드들

메소드 설명
Directories ( string source, string destination, Arguments arguments ) : void

Assumes source directory exists. destination may or may not exist.

Files ( string source, string destination, Arguments arguments ) : void

Assumes source exists, destination may or may not exist. If it exists and is identical bytes to source, nothing is done. If it exists and is different, it is overwritten. If it doesn't exist, source is copied.

메소드 상세

Directories() 공개 정적인 메소드

Assumes source directory exists. destination may or may not exist.
public static Directories ( string source, string destination, Arguments arguments ) : void
source string
destination string
arguments Arguments
리턴 void

Files() 공개 정적인 메소드

Assumes source exists, destination may or may not exist. If it exists and is identical bytes to source, nothing is done. If it exists and is different, it is overwritten. If it doesn't exist, source is copied.
public static Files ( string source, string destination, Arguments arguments ) : void
source string
destination string
arguments Arguments
리턴 void