Files
Nim/lib/pure/oswalkdir.nim
2021-02-24 21:47:27 -08:00

14 lines
331 B
Nim

#
#
# 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 os` instead.
{.deprecated: "import os.nim instead".}
import os
export PathComponent, walkDir, walkDirRec