Releases: AIXIV/dokan
Releases · AIXIV/dokan
Dokan v0.7.0-alpha
Iteration on the basic Dokan library ( http://dokan-dev.net/en/ ).
- Changed toolchain entirely to Visual Studio 2013 with WDK 8.1.
- Executed Microsoft SAL and fixed warnings.
- Fixed handling of relative paths (bugs manifested most prominently when setting permissions for large sets of files resulting in relative paths being passed to the file system user-mode application).
- Fixed file deletion in Windows 8.1: The file is now marked as DeleteOnClose by Dokan if a call to CreateFile with DeleteOnClose was successful.
- Added a "mount complete" callback to DokanOperations.
- Some changes to the code structure.