summary refs log tree commit diff stats
path: root/lib/pure/oswalkdir.nim
blob: 866f9ed70262e9b582daa38494ed9888499d539d (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