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