PathParser.parse

Parse the path spec with explicit end point. A '\' is considered illegal in the path and should be normalized out before this is invoked (the content managed here is considered immutable, and thus cannot be changed by this function.)

  1. PathParser parse(mstring path)
  2. PathParser parse(mstring path, size_t end)
    struct PathParser
    package
    parse
    (
    mstring path
    ,
    size_t end
    )

Meta