Closed Sh4rK closed 9 years ago
I also tried a few different ways to solve the chroot problem and also to be able to have /c
etc., but nothing turned out to be right, so this just fixes the immediate problem.
Awesome!
Does winfs_mkdir
needs to be changed as well? It uses CreateDirectoryW() currently.
What about winfs_link
and winfs_rename
? They use NtSetInformationFile(), does it work well too?
Sorry I don't have a test environment for this right now, just some random thoughts.
Yeah, mkdir and rmdir definitely has to be changed, I'll push soon (maybe tomorrow).
Sorry for not doing the rest of this work, I will when I have enough time to figure everything out. I opened an issue to keep track of this.
Nevermind, I'm improving vfs and winfs so I merged this to avoid potential conflicts.
Ah, okay then.
This fixes case sensitive file system handling.
winfs_symlink
had to be changed to use NtCreateFile to support case sensitiveness.Fixes #58.