Mono Class Library: OverviewSystem.IO.Path: Members |
The members of System.IO.Path are listed below.
See Also: Inherited members from System.Object
static readonlyAltDirectorySeparatorChar char. Provides a string containing an alternate single printable non-alphanumeric character used to separate directory levels in a hierarchical file system. static readonlyDirectorySeparatorChar char. Provides a string containing a single printable non-alphanumeric character used to separate directory levels in a hierarchical file system. static readonlyInvalidPathChars char[]. Provides a platform-specific array of characters invalid to use in a path. static readonlyPathSeparator char. Provides a implementation-specific separator character used to separate path strings in environment variables. static readonlyVolumeSeparatorChar char. Documentation for this section has not yet been entered.
staticChangeExtension(string, string) : string Changes the extension component of the specified path string. staticCombine(string, string) : string Concatenates two path strings. staticGetDirectoryName(string) : string Returns the directory name component of the specified path string. staticGetExtension(string) : string Returns the extension component of the specified path string. staticGetFileName(string) : string Returns the file name, including the extension if any, of the specified path string. staticGetFileNameWithoutExtension(string) : string Returns the file base component of the specified path string without the extension. staticGetFullPath(string) : string Returns information required to uniquely identify a file within a file system. staticGetInvalidFileNameChars() : char[] Documentation for this section has not yet been entered. staticGetInvalidPathChars() : char[] Documentation for this section has not yet been entered. staticGetPathRoot(string) : string Returns the path root component of the specified path. staticGetRandomFileName() : string Documentation for this section has not yet been entered. staticGetTempFileName() : string Returns a unique temporary file name and creates a 0-byte file by that name on disk. staticGetTempPath() : string Returns the path information of a temporary directory. staticHasExtension(string) : bool Returns a bool indicating whether the specified path includes an extension component. staticIsPathRooted(string) : bool Returns a bool indicating whether the specified path string contains a path root component.