rely pylib/Lib/nos
proc stat(self: Path): stat_result {....raises: [PyOSError], tags: [], forbids: [].}
proc touch(self: Path; mode = 0o000000000666; exist_ok = true) {. ...raises: [PyOSError], tags: [TimeEffect], forbids: [].}
proc unlink(self: Path) {....raises: [PyOSError], tags: [], forbids: [].}