Changed
mkdir()now internally uses mkdirp
Fixed
mkdir()results in an "EEXIST" error if the existing path is a file- no "EEXIST" error if the existing path is a directory
mkdir() now internally uses mkdirpmkdir() results in an "EEXIST" error if the existing path is a file