The members of System.IO.Path are listed below.
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. |
static | ChangeExtension(string, string)
| |
static | Combine(params string[])
| |
static | Combine(string, string)
| |
static | Combine(string, string, string)
| |
static | Combine(string, string, string, string)
| |
static | GetDirectoryName(string)
| |
static | GetExtension(string)
| |
static | GetFileName(string)
| |
static | GetFileNameWithoutExtension(string)
| |
static | GetFullPath(string)
| |
static | GetInvalidFileNameChars()
| |
static | GetInvalidPathChars()
| |
static | GetPathRoot(string)
| |
static | GetRandomFileName()
| |
static | GetTempFileName()
| |
static | GetTempPath()
| |
static | HasExtension(string)
| |
static | IsPathRooted(string)
|