Hello everyone!
Does anybody know what do I have to do to make call to ZwCreateFile intended
to create new dir on a substituted drive?
Lets say I have drive J: that has been created as a result of “subst J:
C:\SomeFolder”. And in my driver I have to create
directory J:\NewDir. If I call ZwCreateFile with J:\NewDir path parameter,
it returns with STATUS_OBJECT_PATH_NOT_FOUND.
Looking at ?? objdir doesn’t have J: listed. So, what would be the trick to
make this working?
TIA,
Vladimir