# # # Nim's Runtime Library # (c) Copyright 2015 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. # ## This module is deprecated, `import std/os` instead. {.deprecated: "import 'std/os' instead".} import std/os export PathComponent, walkDir, walkDirRec