Garden 🌻

Path type

A filesystem path.

Path provides path manipulation methods such as parent, join, extension and set_extension. Functions that read from or write to the filesystem live in the __fs.gdn module.

Source Code
struct Path {
  p: String,
}

Methods