IOUtilitiesPathRemoveEndSlash Method |
Removes end slash.
Namespace:
callback.ShellBoost.Core.Utilities
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static string PathRemoveEndSlash(
string path
)
Parameters
- path
- Type: SystemString
A path.
Return Value
Type:
StringA path without end slash or the same path.
See Also