Package java.io
Class File

Public Method mkdirs

boolean mkdirs()

_INSERT_METHOD_SIGNATURE_HERE_


Description:

Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories. Note that if this operation fails it may have succeeded in creating some of the necessary parent directories. Returns true iff the directory was created, along with all necessary parent directories.