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