I got a quick problem, I'm hoping someone can help me solve here. I have written a small app that takes an exported Text file from MS access, and converts the data into a useable HTML form for posting on the web. I"ve got teh conversion stuff working all well and good, however, I am using the JFileCHooser mechanism to select the text file for processing. When I click the browse button, the browse dialogue comes up, I find the file I want and select it, however it only inputs the file name into a text field in my main program: (For example it prints "alweb.txt") I need it to return the full path name like ("C:\text\alweb.txt") or whatever directory it is in.
Can anybody help? It's kind of annoying, I"m failry new to Java BTW, so don't bash me too hard
Can anybody help? It's kind of annoying, I"m failry new to Java BTW, so don't bash me too hard