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

Afficher le fichier Open project: DavidMoore/ipfilter Class Usage Examples

Méthodes publiques

Свойство Type Description
AltDirectorySeparatorChar char
DirectorySeparatorChar char

Méthodes publiques

Méthode Description
IsDirectorySeparator ( char c ) : bool
IsPathRooted ( String path ) : bool

Private Methods

Méthode 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 méthode

public static IsDirectorySeparator ( char c ) : bool
c char
Résultat bool

IsPathRooted() public static méthode

public static IsPathRooted ( String path ) : bool
path String
Résultat bool

Property Details

AltDirectorySeparatorChar public_oe static_oe property

public static char AltDirectorySeparatorChar
Résultat char

DirectorySeparatorChar public_oe static_oe property

public static char DirectorySeparatorChar
Résultat char