summary refs log tree commit diff stats
path: root/lib/std/dirs.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-14/+18
| | | | | * Implement Unix file regularity check * update std/dirs also
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-211-0/+177
* split std/os; add typesafe std/paths * add more files, dirs, paths * add documentation * add testcase * remove tryRemoveFile * clean up * Delete test.nim * apply changes * add `add` and fixes