C# Class Versionr.Utilities.SvnIntegration

Mostra file Open project: eatplayhate/versionr Class Usage Examples

Public Methods

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

public static ApliesTo ( FileSystemInfo info, string hintPath ) : bool
info System.IO.FileSystemInfo
hintPath string
return bool

ApliesTo() public static method

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

CreateSymlink() public static method

public static CreateSymlink ( string path, string target ) : bool
path string
target string
return bool

DeleteSymlink() public static method

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

GetSymlinkTarget() public static method

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

IsSymlink() public static method

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