Issue 489 · Week of May 22, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

How Windows 10 Lets You Create Case‑Sensitive Folders from C#

Read full article Discuss
Windows has allowed case‑sensitive file operations for years, but only Windows 10 (1803) made it possible to enable the feature per directory. The option was added for WSL, yet any app can use it. The post shows how C# code can create folders that treat 'Data' and 'data' as different paths.