PlatformFolders
PlatformFolders copied to clipboard
Request: Why not expose getHome()
Wondering why the class can't expose the getHome() function also?
My original thought was to not expose platform dependent files. Although I did start doing it with the "sago::internal::" namespace for the Windows wide char conversion functions, so I have started to relax the requirement.
I wonder if people really want to use the internal getHome function. It contains a workaround that is no longer needed since Ubuntu 18.04 reached EOL. That might confuse people.
Sorry, I didn't phrase my question very good. Why not have a public function to get the users home directory? QDir QStandardPaths::HomeLocation