I would like to import some CSV files in my application, but the application only needs the full path of the file. If I hard-code the file’s path in the application, it works well, but I want the user himself to choose his own file by a file chooser dialog (like the JFileChooser in Java). From this, I would like to get the path of the selected file. Is there anyone that can help me ?
Thanks a lot !
Nobody else answered this ???
The simplest way is with the gem green_shoes which you install with
See http://ashbb.github.com/green_shoes/
Then in your script
That’s it