String getPath()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
This method converts this abstract pathname into a pathname string.
Example
File file = new File("test/directory");
Logger.log("get path: " + file.getPath());
The example above returns the directory path.