Hello!
I have a problem with \ and //.
I'm working with directories and my program must run in windows and linux.
I working too with mysql that uses \ like escape character like php...
So i have to know if my operating system is linux or windows to add \ or //.....
Does it exist a simple way?
Now, i read from a ini file where i put what is my operating system, and i add \ or // depending of it.
Any idea??
Thanks!
Router