01-10-2023, 05:40 PM
I was under the impression that at some point QB64 had the ability added to change the backslash character in path strings to foreslashes if it detected it was running within Linux.
For example, this line of code:
MySprite& = _LOADIMAGE(".\assets\sprite.png", 32)
would be seen as
MySprite& = _LOADIMAGE("./assets/sprite.png", 32)
when running in Linux. Was or is this still the case or is my age showing again?
I really need to get another Linux box up and running so I can test these things out.
For example, this line of code:
MySprite& = _LOADIMAGE(".\assets\sprite.png", 32)
would be seen as
MySprite& = _LOADIMAGE("./assets/sprite.png", 32)
when running in Linux. Was or is this still the case or is my age showing again?
I really need to get another Linux box up and running so I can test these things out.