Click or drag to resize

IOUtilitiesPathRemoveEndSlash Method

Removes end slash.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static string PathRemoveEndSlash(
	string path
)

Parameters

path
Type: SystemString
A path.

Return Value

Type: String
A path without end slash or the same path.
See Also