This method of the ClientStoreFile Class retrieves the time that the file represented by this ClientStoreFile object was last modified.
public long lastModified();
CAUTION The return value is system dependent and should only be used to compare with other values returned by lastModified. It should not be interpreted as an absolute time.
Returns the time the file specified by this object was last modified, or 0L if the specified file does not exist.