C# Class Versionr.Utilities.Symlink

Mostra file Open project: eatplayhate/versionr

Public Methods

Method Description
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

Method Details

Create() public static method

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

Delete() public static method

public static Delete ( string path ) : void
path string
return void

Exists() public static method

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

Exists() public static method

public static Exists ( string path ) : bool
path string
return bool

GetTarget() public static method

public static GetTarget ( string path ) : string
path string
return string