Path.GetFileNameWithoutExtension Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the file name of the specified path string without the extension.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- path
- Type: System.String
The path of the file.
Return Value
Type: System.StringA String containing the string returned by GetFileName, minus the last period (.) and all characters following it.
| Exception | Condition |
|---|---|
| ArgumentException | path contains one or more of the invalid characters defined in GetInvalidPathChars. |
Show: