If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
-
pin3
- Posts: 108
- Joined: Fri Oct 06, 2006 8:50 pm
-
Contact:
Post
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
-
Sylence
- Posts: 725
- Joined: Sat Mar 03, 2007 9:01 pm
- Location: Germany
-
Contact:
Post
by Sylence »
Use / to separate your path. Or \\
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
-
pin3
- Posts: 108
- Joined: Fri Oct 06, 2006 8:50 pm
-
Contact:
Post
by pin3 »
got it