Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » [solved!] XML serialization and relative paths
Re: XML serialization and relative paths [message #19035 is a reply to message #19028] Thu, 06 November 2008 21:55 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
Actually, I am not sure who implemented sXMLFile and what he was thinking (but I am afraid it was me Smile.

In any case, IMO, there is no need to rename - let us just fix that stupid idea:

static String sXMLFile(const char *file)
{
    return file ? String(file) : ConfigFile(GetExeTitle() + ".xml");
/*    if(file)
        return IsFullPath(file) ? String(file) : ConfigFile(file);
    else
        return ConfigFile(GetExeTitle() + ".xml");*/
}


Mirek
 
Read Message
Read Message
Read Message
Previous Topic: (Possible) Serialization issue
Next Topic: Win 98
Goto Forum:
  


Current Time: Fri Aug 22 17:29:05 CEST 2025

Total time taken to generate the page: 0.07210 seconds