C# 클래스 GuiLabs.FileUtilities.FileSystem

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

공개 메소드들

메소드 설명
CopyFile ( string source, string destination, bool speculative ) : bool
CreateDirectory ( string newFolder, bool speculative ) : bool
DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool
DeleteFile ( string deletedFilePath, bool speculative ) : bool

메소드 상세

CopyFile() 공개 정적인 메소드

public static CopyFile ( string source, string destination, bool speculative ) : bool
source string
destination string
speculative bool
리턴 bool

CreateDirectory() 공개 정적인 메소드

public static CreateDirectory ( string newFolder, bool speculative ) : bool
newFolder string
speculative bool
리턴 bool

DeleteDirectory() 공개 정적인 메소드

public static DeleteDirectory ( string deletedFolderPath, bool speculative ) : bool
deletedFolderPath string
speculative bool
리턴 bool

DeleteFile() 공개 정적인 메소드

public static DeleteFile ( string deletedFilePath, bool speculative ) : bool
deletedFilePath string
speculative bool
리턴 bool