C# Class Versionr.Utilities.Symlink.SymlinkMono

Afficher le fichier Open project: eatplayhate/versionr

Private Properties

Свойство Type Description
SymlinkMono System
SymlinkMono System

Méthodes publiques

Méthode Description
CreateSymlink ( string path, string target ) : bool
Delete ( string path ) : void
GetTarget ( string path ) : string

Private Methods

Méthode Description
SymlinkMono ( ) : System
SymlinkMono ( string path ) : System

Method Details

CreateSymlink() public static méthode

public static CreateSymlink ( string path, string target ) : bool
path string
target string
Résultat bool

Delete() public static méthode

public static Delete ( string path ) : void
path string
Résultat void

GetTarget() public static méthode

public static GetTarget ( string path ) : string
path string
Résultat string