Mono Class Library: OverviewSystem.IO.Path: Method Members |
The methods 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
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.