Свойство | Type | Description | |
---|---|---|---|
AltDirectorySeparatorChar | char | ||
DirectorySeparatorChar | char |
Méthode | Description | |
---|---|---|
IsDirectorySeparator ( char c ) : bool | ||
IsPathRooted ( String path ) : bool |
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 |
public static IsDirectorySeparator ( char c ) : bool | ||
c | char | |
Résultat | bool |
public static IsPathRooted ( String path ) : bool | ||
path | String | |
Résultat | bool |
public static char AltDirectorySeparatorChar | ||
Résultat | char |