This method of the ClientStoreFile Class determines whether the file represented by this ClientStoreFile object is a "normal" file. A file is normal if it is not a directory and, in addition, satisfies other system-dependent criteria. Any non-directory file created by a Java application is guaranteed to be a normal file.
public boolean isFile();
Returns true if the file specified by this object exists and is a normal file; otherwise, returns false.