popcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 days agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square56fedilinkarrow-up1598arrow-down14file-text
arrow-up1594arrow-down1imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 days agomessage-square56fedilinkfile-text
minus-square𝙲𝚑𝚊𝚒𝚛𝚖𝚊𝚗 𝙼𝚎𝚘𝚠@programming.devlinkfedilinkarrow-up1·6 hours agoThere are StringComparison options to pass that allow you to ignore case sensitivity when comparing. No need for ToLower.
minus-square[object Object]@lemmy.worldlinkfedilinkarrow-up5·16 hours agoApple’s filesystems in fact have an option for case-sensitivity.
minus-squarewaldfee@feddit.orglinkfedilinkarrow-up2·7 hours agoapfs is by default case-insensitiv, for some reason, so the paths would still be the same. It apparently even causes issues with some installers when macos runs on apfs(case-sensitive)
it’s valid on macos tho…
There are StringComparison options to pass that allow you to ignore case sensitivity when comparing. No need for ToLower.
Apple’s filesystems in fact have an option for case-sensitivity.
Then they’re not the same path…
apfs is by default case-insensitiv, for some reason, so the paths would still be the same. It apparently even causes issues with some installers when macos runs on apfs(case-sensitive)