blob: 7d80b312cbb70a20b097ba649985871fd955602f (
plain) (
tree)
|
|
#
#
# 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
|