Declaration
public static string ExtractParent(
string path,
char separator
)Summary
Returns the "parent" path of the specified path by removing the last group from the path, separated by the
"separator" character. If the original path ends in slash, the returned path will also end with a slash.