* Goswin Brederlow <[EMAIL PROTECTED]> [080428 14:15]:
> Since it normaly creates the db directory if missing I'm guessing you
> lstat() it but don't stat() if to see if a link is dangling. Maybe
> that check could be added for a better error message.

What I am doing is just trying to create the directory and ignoring an
EEXIST error when doing so. (and then creating the file gives ENOENT).
I could perhaps overwrite the message strerror gives here, perhaps
to "no such directory" instead of "no such file or directory", but I
doubt this would help so much. And I also do not really want to check
all paths too extensively or create such directories.

Hochachtungsvoll,
        Bernhard R. Link



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to