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
static readonly | AltDirectorySeparatorChar | char.
Provides a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization. |
static readonly | DirectorySeparatorChar | char.
Provides a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization. |
static readonly | InvalidPathChars | char[].
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 | PathSeparator | char.
A platform-specific separator character used to separate path strings in environment variables. |
static readonly | VolumeSeparatorChar | char.
Provides a platform-specific volume separator character. |