File.mkdir

File.mkdir

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean mkdir()
Returns
true if the directory could be created; false otherwise.
Description
Creates a directory whose pathname is specified by this File object.

Exceptions
SecurityException if a security manager exists, its checkWrite method is called with the pathname of this File to see if the application is allowed write access to the file.
See Also
getPath, checkWrite