Hi, not really SDL specific, but: How do implement plattform independent handling of loading/saving files (eg. configuration, hiscore...). On Unixoid-plattform I can use e.g. /var/games/myapp, $HOME/.myapprc or $HOME/.myappconfdir/myfile1..., but how should I handle this on Win32, BeOS or MacOS? any hints? Walter