![]() |
2010-02-06
, 01:16
|
Posts: 1,746 |
Thanked: 2,100 times |
Joined on Sep 2009
|
#2
|
The Following User Says Thank You to wmarone For This Useful Post: | ||
![]() |
2010-02-06
, 12:24
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#3
|
Hi All,
I have a Qt app and I want the users to be able to save some config settings in a simple text file.
I have it all working (now there's a miracle), but I'm saving the file to /home/user/MyDocs/myapp.config
I'm pretty sure that's a lousey place to put it!
Is there a convention for where apps should store data files? for my next app I intend implementing a lot more file IO.
Shep
The Following User Says Thank You to VDVsx For This Useful Post: | ||
![]() |
2010-02-06
, 12:57
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#4
|
The Following User Says Thank You to zwer For This Useful Post: | ||
![]() |
2010-02-06
, 20:31
|
|
Posts: 35 |
Thanked: 37 times |
Joined on Nov 2009
@ Alcanena / Portugal
|
#5
|
The Following 4 Users Say Thank You to pbouda For This Useful Post: | ||
![]() |
2010-02-07
, 00:16
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#6
|
I have a Qt app and I want the users to be able to save some config settings in a simple text file.
I have it all working (now there's a miracle), but I'm saving the file to /home/user/MyDocs/myapp.config
I'm pretty sure that's a lousey place to put it!
Is there a convention for where apps should store data files? for my next app I intend implementing a lot more file IO.
Shep