NtQueryInformationFile(..., FileCaseSensitiveInformation) #1179
Replies: 2 comments 2 replies
-
Use
Not that easily. But if it is your own Dokan drive that you want to detect somewhere, you can set a file system name from Dokan that can later be identified in file system name parameter from |
Beta Was this translation helpful? Give feedback.
-
I mean that you should not assume that all query classes for
Easiest way then is probably to just set your own file system name from Dokan side and then look for that file system name in calls to |
Beta Was this translation helpful? Give feedback.
-
I'm trying to determine the value of FileCaseSensitiveInformation with code like this:
It works correctly with NTFS, but does not work with Docany based drives.
I also want to ask, is there a way to determine using WinApi or NativeAPI that the drive is Docany based?
Beta Was this translation helpful? Give feedback.
All reactions