Don't check whether a dir exists in createDirs(), echo status of copying other files.

This commit is contained in:
Dominik Picheta 2011-01-27 21:52:13 +00:00
commit 89b7339c64
3 changed files with 6 additions and 4 deletions

View file

@ -19,7 +19,7 @@ type
unknownFields*: seq[string] # TODO:
EParseErr* = object of EBase
EParseErr* = object of EIO
proc initProj(): TProject =
result.name = ""