summary refs log tree commit diff stats
path: root/lib/std/files.nim
Commit message (Collapse)AuthorAgeFilesLines
* cleanup os related documentation links (#20663)ringabout2022-10-271-6/+2
| | | cleanup documentation links
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-211-0/+45
* 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