K Kathe macrumors newbie Original poster 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 Oct 15, 2008 #2 getAbsolutePath() Look it up in the documentation for Java. It is what it's there for.