In Qt 4.6, I'm curious if anyone knows the reason why the string returned from QDir:ath() doesn't end with a "/".

Also, I'm curious if anyone knows why QSettings does not tolerate backslashes in Windows configuration files. It appears that backslashes are read as escape characters. Why would anyone put escape characters in a configuration file?

Thank you for your help.