Получить путь к файлу java

File file = new File("yourfileName");
String path = file.getAbsolutePath();
Famous Flamingo