Path.this

Main constructor to build new Path from string

  1. this(string path)
    struct Path
    this
    (
    in string path
    )
  2. this(string[] segments)

Parameters

path string

string representation of path to point to

Meta