Path Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ChangeExtension(String^, String^) | Changes the extension of a path string. |
![]() ![]() | Combine(String^, String^) | Combines two strings into a path. |
![]() ![]() | Combine(String^, String^, String^) | Combines three strings into a path. |
![]() ![]() | Combine(String^, String^, String^, String^) | Combines four strings into a path. |
![]() ![]() | Combine(array<String^>^) | Combines an array of strings into a path. |
![]() ![]() | GetDirectoryName(String^) | Returns the directory information for the specified path string. |
![]() ![]() | GetExtension(String^) | Returns the extension of the specified path string. |
![]() ![]() | GetFileName(String^) | Returns the file name and extension of the specified path string. |
![]() ![]() | GetFileNameWithoutExtension(String^) | Returns the file name of the specified path string without the extension. |
![]() ![]() | GetFullPath(String^) | Returns the absolute path for the specified path string. |
![]() ![]() | GetInvalidFileNameChars() | Gets an array containing the characters that are not allowed in file names. |
![]() ![]() | GetInvalidPathChars() | Gets an array containing the characters that are not allowed in path names. |
![]() ![]() | GetPathRoot(String^) | Gets the root directory information of the specified path. |
![]() ![]() | GetRandomFileName() | Returns a random folder name or file name. |
![]() ![]() | 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 user's temporary folder. |
![]() ![]() | HasExtension(String^) | Determines whether a path includes a file name extension. |
![]() ![]() | IsPathRooted(String^) | Gets a value indicating whether the specified path string contains a root. |

