C# 클래스 withSIX.Core.PathExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
MakeSureParentPathExists ( this subPath, bool retry = true ) : void
MakeSurePathExists ( this path ) : void
MakeSurePathExistsWithRetry ( this path ) : void
RemoveReadonlyWhenExists ( this path ) : void

메소드 상세

MakeSureParentPathExists() 공개 정적인 메소드

public static MakeSureParentPathExists ( this subPath, bool retry = true ) : void
subPath this
retry bool
리턴 void

MakeSurePathExists() 공개 정적인 메소드

public static MakeSurePathExists ( this path ) : void
path this
리턴 void

MakeSurePathExistsWithRetry() 공개 정적인 메소드

public static MakeSurePathExistsWithRetry ( this path ) : void
path this
리턴 void

RemoveReadonlyWhenExists() 공개 정적인 메소드

public static RemoveReadonlyWhenExists ( this path ) : void
path this
리턴 void