C# 클래스 Versionr.Utilities.Symlink

파일 보기 프로젝트 열기: eatplayhate/versionr

공개 메소드들

메소드 설명
Create ( string path, string target, bool clearExisting = false ) : bool
Delete ( string path ) : void
Exists ( FileSystemInfo info, string hintpath = null ) : bool
Exists ( string path ) : bool
GetTarget ( string path ) : string

메소드 상세

Create() 공개 정적인 메소드

public static Create ( string path, string target, bool clearExisting = false ) : bool
path string
target string
clearExisting bool
리턴 bool

Delete() 공개 정적인 메소드

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

Exists() 공개 정적인 메소드

public static Exists ( FileSystemInfo info, string hintpath = null ) : bool
info System.IO.FileSystemInfo
hintpath string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string path ) : bool
path string
리턴 bool

GetTarget() 공개 정적인 메소드

public static GetTarget ( string path ) : string
path string
리턴 string