IOUtilitiesPathGetName Method |
Get the name part of the path.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static string PathGetName(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
StringThe name or the empty string.
See Also