Microsoft SDK for Java

isFile

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.

Syntax

public boolean isFile();

Return Value

Returns true if the file specified by this object exists and is a normal file; otherwise, returns false.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.