howt to get the generic path to desktop in java code example
Example: java get current desktop
File home = FileSystemView.getFileSystemView().getHomeDirectory();
home.getAbsolutePath();
File home = FileSystemView.getFileSystemView().getHomeDirectory();
home.getAbsolutePath();