IOHelperRemoveLastDirSeparator Method

Returns a directory path without any trailing directory separator characters.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public static string RemoveLastDirSeparator(
	string path
)

Parameters

path  String
Path to check.

Return Value

String
The path without any trailing separator character.

See Also