get file path java

52

get file path java -

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

Comments

Submit
0 Comments