Path::read
Read the contents of path as a string.
path
Path{ p: "/tmp/foo.txt" }.read()
Source Codepublic method read(this: Path): Result<String, String> { __BUILTIN_IMPLEMENTATION }
public method read(this: Path): Result<String, String> { __BUILTIN_IMPLEMENTATION }