K Kathe macrumors newbie Original poster Sep 19, 2008 10 0 Oct 15, 2008 #1 Hi, I use Java in xcode. I have a file open chooser dialog from which i can choose the file i need. But how can i get the full path of the choosen file using Java. Code snippets ? Thanks kathe
Hi, I use Java in xcode. I have a file open chooser dialog from which i can choose the file i need. But how can i get the full path of the choosen file using Java. Code snippets ? Thanks kathe
G garethlewis2 macrumors 6502 Dec 6, 2006 277 1 Oct 15, 2008 #2 getAbsolutePath() Look it up in the documentation for Java. It is what it's there for.