IOHelperRemoveLastDirSeparator Method
Returns a directory path without any trailing directory separator characters.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static string RemoveLastDirSeparator(
string path
)
- path String
- Path to check.
StringThe path without any trailing separator character.