I got a simple problem, but I do not know how to solve it. I need to save some files in a directory, but I need to save the path to it. Because, when I restart the program, I want that my program looks the folder where I left my files, and build a TreeView in JavaFX. Like eclipse IDE does.
Can someone help me with this?