popcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 months agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square59fedilinkarrow-up1635file-text
arrow-up1635imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 2 months agomessage-square59fedilinkfile-text
minus-squaremoosetwin@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up17·edit-22 months 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-up0·2 months 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.