Method NormalizePath
NormalizePath(string, char)
Normalize the given path to use the specified directory separator, trim the last separator and remove empty entries.
public static string NormalizePath(string path, char directorySeparator = '/')
Normalize the given path to use the specified directory separator, trim the last separator and remove empty entries.
public static string NormalizePath(string path, char directorySeparator = '/')