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