diff options
author | Araq <rumpf_a@web.de> | 2013-09-24 09:22:29 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-09-24 09:22:29 +0200 |
commit | 05d12897a2cc8d8cc4231d8648d7dd954da0f758 (patch) | |
tree | dfcf008ca83a75be13be4cd031b6174d9fc949c9 /web | |
parent | f1e789bfc20a807365fc59f1a5f0c6fb96803ac7 (diff) | |
download | Nim-05d12897a2cc8d8cc4231d8648d7dd954da0f758.tar.gz |
changed parentDir to return the empty string on error
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 32eab8c59..1b492fa97 100644 --- a/web/news.txt +++ b/web/news.txt @@ -27,6 +27,7 @@ Changes affecting backwards compatibility name but which take different parameters have been introduced. These procs now require an error code to be passed to them. This error code can be retrieved using the new ``OSLastError`` proc. +- ``os.parentDir`` now returns "" if there is no parent dir. Compiler Additions |