Files
Nim/lib/deprecated/pure/ospaths.nim
metagn f4af9e955b remove some deprecated pre-1.0 stdlib modules (#20202)
* remove pre-1.0 stdlib deprecations

notable exceptions:
* ze, toU8 etc in system/arithmetics
* potentially callsite

* undo macros, ospaths, securehash, oswalkdir

* add sets back

* add back future, document deprecated versions

* add to changelog [skip ci]
2022-08-23 20:18:40 +02:00

23 lines
923 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 since 0.20.0, `import std/os` instead.
{.deprecated: "use `std/os` instead".}
import os
export ReadEnvEffect, WriteEnvEffect, ReadDirEffect, WriteDirEffect, OSErrorCode,
doslikeFileSystem, CurDir, ParDir, DirSep, AltSep, PathSep, FileSystemCaseSensitive,
ExeExt, ScriptExt, DynlibFormat, ExtSep, joinPath, `/`, splitPath, parentDir,
tailDir, isRootDir, parentDirs, `/../`, searchExtPos, splitFile, extractFilename,
lastPathPart, changeFileExt, addFileExt, cmpPaths, isAbsolute, unixToNativePath,
`==`, `$`, osErrorMsg, raiseOSError, osLastError, getEnv, existsEnv, putEnv,
getHomeDir, getConfigDir, getTempDir, expandTilde, quoteShellWindows,
quoteShellPosix, quoteShell, quoteShellCommand