IOUtilitiesPathGetNameWithoutExtension Method |
Get the name part of the path without the extension.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string PathGetNameWithoutExtension(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
StringThe name or the empty string.
See Also