This method of the ClientStoreFile Class retrieves the absolute path of the file represented by this object.
public String getAbsolutePath();
Returns an absolute path for this ClientStoreFile object.
If the ClientStoreFile object represents an absolute path, this method returns the path. Otherwise, it returns a path that is a concatenation of the current storage directory, the separator character, and the path of this file object.