This method of the ClientStoreFile Class retrieves the canonical form of this ClientStoreFile object's path. The precise definition of the canonical form is system-dependent, but it usually specifies an absolute path in which all relative references and references to the current user directory have been completely resolved. The canonical form of a path of a nonexistent file cannot be defined.
public String getCanonicalPath() throws IOException;
Returns the canonical form of the object's path.
IOException if an I/O error occurs. Errors are possible because the construction of the canonical path might require file system queries.