> Home path might not be the best as it could intermingle with other > files that belong to the user. > > On *nix, QDir::homePath() that would be /home/<username> and users see > that directory a lot, and it will get intermixed with other files. > On Windows, most users have no clue about %userprofile%, so its not an > issue there. > This is less true on windows 7. The start menu (if it's still called that) has links to <your name>, documents, pictures and music (c:\users\username, c:\users\username\documents ... etc, subject to localisation) Where the first one is the same as %userprofile% (and QDir::homePath()) points to.
________________________________ Subject to local law, communications with Accenture and its affiliates including telephone calls and emails (including content), may be monitored by our systems for the purposes of security and the assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
