Questions about JFileChooser
I don't want the user to select a file to open, I want them to select a directory to SAVE a file in. Yeah do i have to use a different function besides JFileChooser or do I just have to use some parameter?
Also, say you have a file called THEFILE, is there a way to check and see if there are any other files that are named that in the directory?

