• For a path like a/b/c/d, returns a/b/c, a/b, a, and the root denoted by "".

    Parameters

    • path: string

    Returns string[]

Generated using TypeDoc