popcar2@programming.dev to Programmer Humor@programming.devEnglish · 6 days agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square59linkfedilinkarrow-up1624arrow-down15file-text
arrow-up1619arrow-down1imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 6 days agomessage-square59linkfedilinkfile-text
minus-squaremoosetwin@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up17·edit-26 days ago fuck me c# - is this how we compare paths hahaha I’ve done this exact thing before, with windows formatting folder paths as x/y/z and file paths as x\y\z.ext, especially since some modules would only accept one format or another
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0arrow-down1·5 days agoWhy don’t they just have a FilePath class with an == operator? I’ve never felt so elated for taking up Qt instead of going with the .NET C# route.
hahaha I’ve done this exact thing before, with windows formatting folder paths as
x/y/zand file paths asx\y\z.ext, especially since some modules would only accept one format or anotherWhy don’t they just have a
FilePathclass with an==operator?I’ve never felt so elated for taking up Qt instead of going with the .NET C# route.