pub const DOKAN_OPTION_CASE_SENSITIVE: DokanOptionFlag = _; // 512u32
Expand description

Enable Case sensitive path.

By default all path are case insensitive. For case sensitive: \dir\File & \diR\file are different files but for case insensitive they are the same.