C# Class Versionr.Utilities.SvnIntegration

Afficher le fichier Open project: eatplayhate/versionr Class Usage Examples

Méthodes publiques

Méthode Description
ApliesTo ( FileSystemInfo info, string hintPath ) : bool
ApliesTo ( string path ) : bool
CreateSymlink ( string path, string target ) : bool
DeleteSymlink ( string path ) : void
GetSymlinkTarget ( string path ) : string
IsSymlink ( string path ) : bool

Method Details

ApliesTo() public static méthode

public static ApliesTo ( FileSystemInfo info, string hintPath ) : bool
info System.IO.FileSystemInfo
hintPath string
Résultat bool

ApliesTo() public static méthode

public static ApliesTo ( string path ) : bool
path string
Résultat bool

CreateSymlink() public static méthode

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

DeleteSymlink() public static méthode

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

GetSymlinkTarget() public static méthode

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

IsSymlink() public static méthode

public static IsSymlink ( string path ) : bool
path string
Résultat bool