I’m searching how to do the same as Open explorer on a file from SWT. Now i’m using Program.launch(someDirectoryPath);, but it opens Explorer within some directory, but select no file. Is possible in SWT open directory and select file in Explorer ?
I’m searching how to do the same as Open explorer on a file from
Share
You need to pass some arguments when invoking the Explorer executable: http://support.microsoft.com/kb/152457
Example: