java get file path

java get file path
Path path = Paths.get(/*File Location*/);
Path filePath = Paths.get("C:/", "temp", "test.txt");
Path filePath = Paths.get("test.txt");  // current folder
Sou‮ecr‬:www.lautturi.com
Created Time:2017-09-18 15:50:05  Author:lautturi