IO
Path Class
Performs operations on String instances that contain file or directory path information.
These operations are performed in a cross-platform manner.
Methods
| Name | Description |
|---|---|
changeExtension(string, string) |
Changes the extension of a path string. |
combine(string, string) |
Combines two strings into a path. |
isPathRooted(string) |
Gets a value indicating whether the specified path string contains a root. |