Hello,
I'm making a cross-platform program, and I need to add configuration folders for it.
For Linux I am planning to have the configuration directory as a hidden folder in the user's home directory.
For example, /home/user/.floody
But I need to know what the user's home directory is called. How would I find this out?
I tried just using '~' which on command line equals the user's home directory but it didn't work.
Any ideas?
Thanks
- Jishaxe