mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
@@ -142,7 +142,7 @@ template existsFile*(args: varargs[untyped]): untyped {.deprecated: "use fileExi
|
||||
fileExists(args)
|
||||
|
||||
template existsDir*(args: varargs[untyped]): untyped {.deprecated: "use dirExists".} =
|
||||
dirExists(dir)
|
||||
dirExists(args)
|
||||
|
||||
proc selfExe*(): string =
|
||||
## Returns the currently running nim or nimble executable.
|
||||
|
||||
Reference in New Issue
Block a user