Hi,

It is simple enough to open a file with a relative path using QApplication::applicationDirPath(). If I use that for saving, however, I end up with an absolute path. Since I intend to have my program run from a thumb drive, that can be problematic when a different computer is used. I currently have "debug" hard coded as the root, but when I switch to a release build, I will need to find all the instances, and change them. All my searches turn up solutions to opening files, which is not an issue. If someone could suggest a solution, it would be appreciated.