Mono Class Library: OverviewMono.Unix.UnixPath: Members |
The members of Mono.Unix.UnixPath are listed below.
See Also: Inherited members from System.Object
static readonlyAltDirectorySeparatorChar char. Provides a character used to separate directory levels in a hierarchical file system. static readonlyDirectorySeparatorChar char. Provides a character used to separate directory levels in a hierarchical file system. static readonlyPathSeparator char. Provides a character to separate path strings in environment variables. static readonlyVolumeSeparatorChar char. Provides a character to separate volumes from volume-specific paths.
staticCombine(string, params string[]) : string Concatentates multiple path strings. staticGetCanonicalPath(string) : string Documentation for this section has not yet been entered. staticGetCompleteRealPath(string) : string Documentation for this section has not yet been entered. staticGetDirectoryName(string) : string Documentation for this section has not yet been entered. staticGetFileName(string) : string Documentation for this section has not yet been entered. staticGetFullPath(string) : string Documentation for this section has not yet been entered. staticGetInvalidPathChars() : char[] Documentation for this section has not yet been entered. staticGetPathRoot(string) : string Documentation for this section has not yet been entered. staticGetRealPath(string) : string Documentation for this section has not yet been entered. staticIsPathRooted(string) : bool Documentation for this section has not yet been entered. staticReadLink(string) : string Documentation for this section has not yet been entered. staticTryReadLink(string) : string Documentation for this section has not yet been entered.