ensure-directories-exist: Signal an error when trying to create a
authorStas Boukarev <stassats@gmail.com>
Thu, 8 Mar 2012 20:13:49 +0000 (00:13 +0400)
committerStas Boukarev <stassats@gmail.com>
Thu, 8 Mar 2012 20:13:49 +0000 (00:13 +0400)
directory with the same name as an existing file.

Previously (ensure-directories-exist "/foo/bar/"), where /foo/bar is a
regular file, just silently returned "/foo/bar/", NIL.


No differences found