C# Class NuGet.PathValidator

Mostra file Open project: monoman/NugetCracker Class Usage Examples

Public Methods

Method Description
IsValidSource ( string source ) : bool

Validates that a source is a valid path or url.

Private Methods

Method Description
IsValidLocalPath ( string path ) : bool
IsValidUncPath ( string path ) : bool
IsValidUrl ( string url ) : bool

Method Details

IsValidSource() public static method

Validates that a source is a valid path or url.
public static IsValidSource ( string source ) : bool
source string The path to validate.
return bool