summary refs log tree commit diff stats
path: root/lib/std/private/osdirs.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-18/+28
| | | | | * Implement Unix file regularity check * update std/dirs also
* [std/os] split and re-export (#20593)ringabout2022-10-201-0/+540
* [std/os] split and export * move to private modules * fixes docs and tests Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>