I tried to load a file, that is in a subfolder, nothing's happening, no errors in console. What's the problem (all code below)?
Line of code in script, to load xml file:
xml = xmlLoadFile("cars/saved.xml")
meta.xml:
<file src="cars/saved.xml"/>
What's wrong?
BTW, everything exists.
IDK what's wrong with this, everything's is existing, file is assigned into xml. I clearly don't know what's worng.