C# Класс Versionr.Utilities.Symlink

Показать файл Открыть проект

Открытые методы

Метод Описание
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