Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When using NtCreateFile when creating a directory that already exists, it will correctly return 'STATUS_OBJECT_NAME_COLLISION'. However using this function to create a directory (and all its parents) a normal use would be to start with mkdir(â??/cygdrive/câ??) which translates to â??C:\â?? for which it'll instead return â??STATUS_ACCESS_DENIEDâ??.
- Loading branch information