summary refs log tree commit diff stats
path: root/lib/pure/oswalkdir.nim
blob: 7d80b312cbb70a20b097ba649985871fd955602f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#
#            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