C# 클래스 Nanook.TheGhost.FileHelper

파일 보기 프로젝트 열기: Nanook/TheGHOST

공개 메소드들

메소드 설명
Delete ( string path ) : void
Delete ( string path, double lockWaitMs ) : void
Delete ( string path, double lockWaitMs, bool exceptionOnFail ) : void
Move ( string src, string dst ) : void
Move ( string src, string dst, double lockWaitMs ) : void
Move ( string src, string dst, double lockWaitMs, bool exceptionOnFail ) : void

메소드 상세

Delete() 공개 정적인 메소드

public static Delete ( string path ) : void
path string
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( string path, double lockWaitMs ) : void
path string
lockWaitMs double
리턴 void

Delete() 공개 정적인 메소드

public static Delete ( string path, double lockWaitMs, bool exceptionOnFail ) : void
path string
lockWaitMs double
exceptionOnFail bool
리턴 void

Move() 공개 정적인 메소드

public static Move ( string src, string dst ) : void
src string
dst string
리턴 void

Move() 공개 정적인 메소드

public static Move ( string src, string dst, double lockWaitMs ) : void
src string
dst string
lockWaitMs double
리턴 void

Move() 공개 정적인 메소드

public static Move ( string src, string dst, double lockWaitMs, bool exceptionOnFail ) : void
src string
dst string
lockWaitMs double
exceptionOnFail bool
리턴 void