summary refs log tree commit diff stats
path: root/lib/std/private/oscommon.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-281-4/+4
| | | | | | | * Fix #20628 for Windows * Move isRegular - !isSpecial and onlyRegular - skipSpecial * Forgot to change it in 1 more place
* clean up `std/os` related modules (#20651)ringabout2022-10-251-1/+29
| | | | | | | | | * clean up `std/os` related modules * use `cmpPaths` * reset * cleanup
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-251-5/+8
| | | | | * Implement Unix file regularity check * update std/dirs also
* [std/os] split and re-export (#20593)ringabout2022-10-201-0/+180
* [std/os] split and export * move to private modules * fixes docs and tests Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>