System.IO.Path: Field Members

The fields of System.IO.Path are listed below. For a list of all members, see the Path Members list.

See Also: Inherited members from System.Object

Public Fields

static readonly
AltDirectorySeparatorCharchar.

Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.

static readonly
DirectorySeparatorCharchar.

Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.

static readonly
InvalidPathCharschar[].

Provides a platform-specific array of characters that cannot be specified in path string arguments passed to members of the System.IO.Path class.

static readonly
PathSeparatorchar.

A platform-specific separator character used to separate path strings in environment variables.

static readonly
VolumeSeparatorCharchar.

Provides a platform-specific volume separator character.