Windows Application Data Directory

Posted by JP on Stack Overflow See other posts from Stack Overflow or by JP
Published on 2010-04-06T21:55:55Z Indexed on 2010/04/06 22:13 UTC
Read the original article Hit count: 156

Filed under:
|

Not completely a programming question, but its close enough so here goes:

In Mac OS I'll put user-specific files for my app in ~/Library/Application Data/{MyApp}/ and in *nix I'll put them in ~/.{MyApp}/ - where should I put them for Windows?

I'll be using Ruby's File.expand_path to get to this directory, so if there's a windows equivalent of ~ then that's fine.

(Answers for Windows XP, Vista and 7 would be appreciated if they're not the same)

© Stack Overflow or respective owner

Related posts about Windows

Related posts about settings