Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Backslash versus foreslash
#1
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.
Reply


Messages In This Thread
Backslash versus foreslash - by TerryRitchie - 01-10-2023, 05:40 PM
RE: Backslash versus foreslash - by SMcNeill - 01-10-2023, 06:21 PM
RE: Backslash versus foreslash - by mnrvovrfc - 01-10-2023, 06:34 PM
RE: Backslash versus foreslash - by Fifi - 01-11-2023, 05:20 AM
RE: Backslash versus foreslash - by SMcNeill - 01-10-2023, 06:43 PM
RE: Backslash versus foreslash - by TerryRitchie - 01-10-2023, 06:50 PM
RE: Backslash versus foreslash - by SMcNeill - 01-10-2023, 06:54 PM
RE: Backslash versus foreslash - by TerryRitchie - 01-10-2023, 07:17 PM
RE: Backslash versus foreslash - by mdijkens - 01-11-2023, 08:24 AM
RE: Backslash versus foreslash - by DSMan195276 - 01-11-2023, 09:38 PM
RE: Backslash versus foreslash - by DSMan195276 - 01-11-2023, 10:15 PM
RE: Backslash versus foreslash - by mnrvovrfc - 01-12-2023, 02:12 AM
RE: Backslash versus foreslash - by TerryRitchie - 01-12-2023, 05:16 AM
RE: Backslash versus foreslash - by Fifi - 01-14-2023, 07:59 AM
RE: Backslash versus foreslash - by TerryRitchie - 01-16-2023, 03:53 AM



Users browsing this thread: 2 Guest(s)