nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.55k stars 1.47k forks source link

[request] Add removeDir, removeFile, etc. to nimscript #11262

Closed awr1 closed 5 years ago

awr1 commented 5 years ago

Given that we want NimScript to be a more viable build tool, adding these procs would be greatly appreciated, especially for implementing "clean" tasks.

kaushalmodi commented 5 years ago

rmDir and rmFile already exist.

awr1 commented 5 years ago

hm, wasn't aware of this.