Commits

Daniel Dunbar committed bde58572900
[POSIX] Change mkdir() to require an absolute path. - I attempted to audit all the primary callers and hoist the requirement of absolute pathness up higher... ultimately only the top-level command line tools should deal with relative paths. - It would be nice if this was type safe... where is typestate when you need it?