I am currently working on an application and need to let the user to save a file. I need that when the user presses a button, the FileDialog to open at a specific location. I tried dialog.setFilterPath(), but it's not working all the time. I searched the internet and I found this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=426849 and I am in the exactly same situation. I have tried the workaround suggested in comment 7 with "\\?\" prefix and it's working somehow. My question is: why is that working? What that prefix really does? I tried to search but I couldn't find anything that I fully understand.
Thank you and best regards