I am making a text editor for .html, .CSS, .js, .txt etc. First I made my software in java swing and then I changed it to jar file then I changed it to exe file using launch4j and then I made it setup using innosetup but if I install this software and I right click on a file in windows
Tag: explorer
How to return the file path from the windows file explorer using Java
In my Project, I want to open the windows file explorer with java, in which you can select a file or a folder and click the “OK” button. Now I want to have the path of the selected file in my Javacode. Basically like the window which pops up in every standard texteditor after you hit the “OPEN” button to