About Store Forum Documentation Contact



Post Reply 
write to user home directory
Author Message
yvanvds Offline
Member

Post: #1
write to user home directory
One of the beta testers of my game had problems with saving the game now that I made an installer which put the game in de program files directory. He could not save a game without running it as administrator.

It should be good to have the savegame folder in a user's home directory. But then we need a function to retrieve the path of the user directory. I know some other libraries can give you this path, but it could be handy if esenthel had a function to return this path.
04-25-2011 07:57 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: write to user home directory
there is something like that, PathSys or SysPath
04-25-2011 08:44 PM
Find all posts by this user Quote this message in a reply
yvanvds Offline
Member

Post: #3
RE: write to user home directory
Ah yes: It's PathSys in Misc.h

thanks again!
04-25-2011 08:54 PM
Find all posts by this user Quote this message in a reply
Post Reply