Hi All,

In my application I need to write out some file paths for an independent application to read and process. And I want to do it in a cross platform way. Which is to say:

If "home/sk/sk.dat" is the path to sk.dat then I want to write out:


1. On Linux : "home/sk/sk.dat"

2. On win : "home\sk\sk.dat"

Is there any QT Util which can do this automatically ?

Thanks in advance,
sky