From: Trans Date: 2007-09-14T04:19:04+09:00 Subject: Cross-platform Home Directory? I have a little app that needs to store session data. I assume the best place to store it is in one's home directory, but I need this app to be cross-platform. I glanced through all rbconfig.rb's Config::CONFIG settings but did not see anything for it. How does one access a cross-platform home directory? Thanks, T.