Declaration
public static string ExtractParent(
string path
)
Summary
Returns the "parent" path of the specified path by removing the last name from the path, separated by either
forward or backslash. If the original path ends in slash, the returned path will also end with a slash.