Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string ExtractParent(string)

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.