Mono Class Library: Overview

Mono.Unix.UnixPath: Members

The members of Mono.Unix.UnixPath are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
AltDirectorySeparatorCharchar. Provides a character used to separate directory levels in a hierarchical file system.
static readonly
DirectorySeparatorCharchar. Provides a character used to separate directory levels in a hierarchical file system.
static readonly
PathSeparatorchar. Provides a character to separate path strings in environment variables.
static readonly
VolumeSeparatorCharchar. Provides a character to separate volumes from volume-specific paths.

Public Methods

static
Combine(string, params string[]) : string
Concatentates multiple path strings.
static
GetCanonicalPath(string) : string
Documentation for this section has not yet been entered.
static
GetCompleteRealPath(string) : string
Documentation for this section has not yet been entered.
static
GetDirectoryName(string) : string
Documentation for this section has not yet been entered.
static
GetFileName(string) : string
Documentation for this section has not yet been entered.
static
GetFullPath(string) : string
Documentation for this section has not yet been entered.
static
GetInvalidPathChars() : char[]
Documentation for this section has not yet been entered.
static
GetPathRoot(string) : string
Documentation for this section has not yet been entered.
static
GetRealPath(string) : string
Documentation for this section has not yet been entered.
static
IsPathRooted(string) : bool
Documentation for this section has not yet been entered.
static
ReadLink(string) : string
Documentation for this section has not yet been entered.
static
TryReadLink(string) : string
Documentation for this section has not yet been entered.