C# Class IPFilter.Setup.CustomActions.IO.PathHelperMethods

Datei anzeigen Open project: DavidMoore/ipfilter Class Usage Examples

Public Properties

Property Type Description
AltDirectorySeparatorChar char
DirectorySeparatorChar char

Public Methods

Method Description
IsDirectorySeparator ( char c ) : bool
IsPathRooted ( String path ) : bool

Private Methods

Method Description
AddLongPathPrefix ( String path ) : String
CheckInvalidPathChars ( String path ) : void
CheckSearchPattern ( String searchPattern ) : void
GetFullPathInternal ( String path ) : String
InternalCombine ( String path1, String path2 ) : String
NormalizePath ( String path, bool fullCheck ) : String
NormalizePath ( String path, bool fullCheck, int maxPathLength ) : String
RemoveLongPathPrefix ( String path ) : String
RemoveLongPathPrefix ( StringBuilder path ) : StringBuilder

Method Details

IsDirectorySeparator() public static method

public static IsDirectorySeparator ( char c ) : bool
c char
return bool

IsPathRooted() public static method

public static IsPathRooted ( String path ) : bool
path String
return bool

Property Details

AltDirectorySeparatorChar public_oe static_oe property

public static char AltDirectorySeparatorChar
return char

DirectorySeparatorChar public_oe static_oe property

public static char DirectorySeparatorChar
return char