I have to create a window folder shortcut using java. For example,
C:\Foldername
I have to create a shortcut using this path
C:\FolderName-shortcut
Like we create shortcuts in desktop
I don't want to create a desktop shortcut. I have to create a folder shortcut within the folder
Thanks for help @BackSlash after passing path directly to setFolder it has resolve my problem.before i have passing path to setdirectory method inside setfolder so it will not create the path.