popcar2@programming.dev to Programmer Humor@programming.devEnglish · 7 months agoS&Box went open-source and the comments are very calmprogramming.devimagemessage-square58fedilinkarrow-up1636file-text
arrow-up1636imageS&Box went open-source and the comments are very calmprogramming.devpopcar2@programming.dev to Programmer Humor@programming.devEnglish · 7 months agomessage-square58fedilinkfile-text
minus-squaremoosetwin@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up17·edit-27 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·7 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.