summary refs log tree commit diff stats
path: root/lib/std/paths.nim
Commit message (Collapse)AuthorAgeFilesLines
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-0/+2
| | | | | | | | | | | | | | | | | * stdlib organization & documentation improvements * fix CI * Update doc/lib.md Co-authored-by: Juan Carlos <juancarlospaco@gmail.com> * fix ci, remove jshttpcore, export in jsfetch instead * fix alphabetical order violations * add cmdline, db_odbc Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
* cleanup os related documentation links (#20663)ringabout2022-10-271-7/+7
| | | cleanup documentation links
* clean up `std/os` related modules (#20651)ringabout2022-10-251-19/+36
| | | | | | | | | * clean up `std/os` related modules * use `cmpPaths` * reset * cleanup
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-211-0/+270
* 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