You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried copying a file from the dokan drive to my NTFS drive and got a weird error:
This error appears only when I try to do this action on Win8. On Win7 it works great.
This action worked on Win8 in previous versions (0.7.4 and earlier).
Also, I'll add that reading the file works perfectly. Just copying it to a different disk doesn't work, which is weird, because it still calls the same functions (CreateFile, GetFileInformation, ReadFile, Cleanup, Close).
Oh, and sometimes this action crashes the program...
Thanks!
The text was updated successfully, but these errors were encountered:
NVM, I found the reason for this problem.
It is because I return NtStatus.Error for SetFileSecurity & GetFileSecurity.
Only in Win8, it doesn't let you copy the file to a physical disk...
Hello,
I tried copying a file from the dokan drive to my NTFS drive and got a weird error:
This error appears only when I try to do this action on Win8. On Win7 it works great.
This action worked on Win8 in previous versions (0.7.4 and earlier).
Also, I'll add that reading the file works perfectly. Just copying it to a different disk doesn't work, which is weird, because it still calls the same functions (CreateFile, GetFileInformation, ReadFile, Cleanup, Close).
Oh, and sometimes this action crashes the program...
Thanks!
The text was updated successfully, but these errors were encountered: