You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dokan
System:
- Windows 7 Professional, 64 bit
- Visual Studio 2010, C#
- Dokan Version 6.0
Issue:
Cannot delete files to recycle bin when running my sample. Each file I
delete will show the "Delete Permanently" dialogue. I mount the
GetVolumeInformationProxy with rawFileSystemFlags = 7
(FILE_CASE_SENSITIVE_SEARCH | FILE_CASE_PRESERVED_NAMES |
FILE_UNICODE_ON_DISK). I tried MSDN combinations, but nothing worked.
Build a 32bit version and ran the same sample on a 32bit Windows
Vista. Delete automatically works thru the recycle bin.
Anyone with the same issue - anyone with a solution?