Microsoft SDK for Java

mkdirs

This method of the ClientStoreFile Class creates a directory whose path is specified by the ClientStoreFile object, including any necessary parent directories.

Syntax

public boolean mkdirs();

Return Value

Returns true if the directory (or directories) could be created; otherwise, returns false.

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