src/pylib/Lib/os_impl/utils

Search:
Group by:
Source   Edit  

Procs

proc chdir(s: PathLike)
Source   Edit  
proc getcwd(): PyStr {....raises: [OSError], tags: [], forbids: [].}
Source   Edit  
proc getcwdb(): PyBytes {....raises: [OSError], tags: [], forbids: [].}
Source   Edit  
proc makedirs[T](d: PathLike[T]; mode = 0o000000000777; exists_ok = false)
Source   Edit  
proc removedirs(d: PathLike)
Source   Edit