Hi guys,

It seems that windows uses '\' and linux uses '/' as a directory separator in paths. My code contains path constants. How should I deal with those?

Can one of the two slashes be used on both platforms?

Thanks