Is there a difference? Slash vs Backslash

Skull Kingz

Active member
This might sound like a crazy question, but is there a difference in which slash I use? "/" vs "\"
Does OpenBor read them differently?
 
Does OpenBor read them differently?

OpenBOR doesn't read them at all. It sends them on to the host and reads whatever data the host sends back in response.

\ is a path separator in Windows. / Is a path separator in Unix (and by extension, most things not Windows). Just use /. That gives you the best compatibility because Windows is fine with it for anything you're doing in OpenBOR.

DC
 
Back
Top Bottom