false
. Otherwise, if the file is created successfully, the result is true
. An IOException will be thrown if the directory to contain this file does not exist.
@return true
if this File was created, false
otherwise.
@throws IOException if an I/O error occurs or the directory does not exist.
@see java.lang.SecurityManager#checkWrite(FileDescriptor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|