Path::info()
Return metadata about this path without following symbolic links.
Path{ p: "/" }.info()
public method info(this: Path): Result<PathInfo, String> { __BUILT_IN_IMPLEMENTATION }