Dapatkan Java Path File

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