src/pylib/Lib/os_impl/touch

Search:
Group by:
Source   Edit  

Procs

proc touch(s: string; mode = 0o000000000666; exist_ok = true) {.
    ...raises: [OSError], tags: [TimeEffect], forbids: [].}
EXT. used by pathlib Create this file with the given access mode, if it doesn't exist. Source   Edit