Java api to get windows Special folders

Posted by SvrGuy on Stack Overflow See other posts from Stack Overflow or by SvrGuy
Published on 2010-05-29T16:40:00Z Indexed on 2010/05/29 16:42 UTC
Read the original article Hit count: 351

Filed under:
|
|
|

I once found a nifty little library that used JNI to allow java applications on Windows to get the locations of various "special" directories on windows. I can't for the life of me find it again...

In particular, I need to get the location of the "All Users" (shared) "Application Data" directory.

So, anyone have a bullet proof way in Java to locate the "All Users" "Application Data" folder?

It needs to be bullet proof.

© Stack Overflow or respective owner

Related posts about java

Related posts about Windows