SyntaxFix
Write A Post
Hire A Developer
Questions
Look at the methods in the java.io.File class:
File file = new File("yourfileName"); String path = file.getAbsolutePath();