src/pylib/Lib/pathlib_impl/os_meth

Search:
Group by:
Source   Edit  

rely pylib/Lib/nos

Procs

proc stat(self: Path): stat_result {....raises: [], tags: [], forbids: [].}
Source   Edit  
proc touch(self: Path; mode = 0o000000000666; exist_ok = true) {.
    ...raises: [OSError], tags: [TimeEffect], forbids: [].}
Create this file with the given access mode, if it doesn't exist. Source   Edit