Page 1 of 1

file system

Posted: Tue Sep 01, 2009 3:54 pm
by pin3
I`m trying to parse a xml file however the file system can`t find the file. I have no problem loading textures etc.

irrd->getFileSystem()->addFolderFileArchive("D:\Documents and Settings\calin\My Documents\Visual Studio 2005\Projects\nan.E3\Debug\media");

bool test = irrd->getFileSystem()->existFile("config.xml") //always returns false

Posted: Tue Sep 01, 2009 4:58 pm
by Sylence
Use / to separate your path. Or \\

Posted: Wed Sep 02, 2009 6:23 am
by pin3
got it