K 10 svn:author V 7 delphij K 8 svn:date V 27 2014-09-25T22:22:43.158101Z K 7 svn:log V 251 Being able to access a path do not necessarily mean we have access to a directory. So instead of doing this, we just call mkdir(2) directly and test if the returned value is 0 or errno is EISDIR. Reported by: Coverity CID: 1238925 MFC after: 1 week END