Files
Nim/lib/pure/oswalkdir.nim
Timothee Cour a17e87b516 fix #11458 oswalkdir (#13689)
* fix #11458 oswalkdir

* changelog
2020-03-19 10:23:05 +01:00

14 lines
333 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