mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
14 lines
333 B
Nim
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
|