Description:
This method returns the canonical pathname string of this abstact pathname.
Example
File file = new File("test/directory");
Logger.log("get canonical path: " + file.getCanonicalPath());
The example above returns the canonical pathname.