The Path type exposes the following members.
Methods
?
| Name | Description |
---|
| ChangeExtension | Changes the extension of a path string. |
| Combine | Combines two path strings. |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| GetDirectoryName | Returns the directory information for the specified path string. |
| GetExtension | Returns the extension of the specified path string. |
| GetFileName | Returns the file name and extension of the specified path string. |
| GetFileNameWithoutExtension | Returns the file name of the specified path string without the extension. |
| GetFullPath | Returns the absolute path for the specified path string. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetPathRoot | Gets the root directory information of the specified path. |
| GetTempFileName | Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file. |
| GetTempPath | Returns the path of the current system's temporary folder. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| HasExtension | Determines whether a path includes a file name extension. |
| IsPathRooted | Gets a value indicating whether the specified path string contains absolute or relative path information. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ToString | (Inherited from Object.) |
Fields
See Also