Garden 🌻

Path::read

Read the contents of path as a string.

Path{ p: "/tmp/foo.txt" }.read()
Source Codepublic method read(this: Path): Result<String, String> {
  __BUILTIN_IMPLEMENTATION
}