Jump to content

Xml class doesn't seem to honor a non default data path


photo

Recommended Posts

We are using a non standard datapath to Optimise jobs for sending out to customers.

We are using the keyline script

			void load(string filename) {

			Xml xml = new Xml();
			if(xml.load(filename) == 0) throw("KeyLineManager::load(): can't load file \"%s\"\n",filename);

where the string filename is the path to the file relative to the data_path

This works if datapath is set to .. (the default) but otherwise it breaks

Link to comment
×
×
  • Create New...