Years after the first Java-release, there is now a way to get the "My Documents"-Folder under Windows.
Just use
FileSystemView.getFil
eSystemView().getDefaultDi
rectory().getAbsolutePath(
)
to retrieve the path.
Up to Java 1.4 you have to go strange..... »
weiterlesen