true if at least one new directory has been created, false otherwise
@throws IOException thrown if an I/O error occurs while creating the directory
true.
@return true if the necessary directories were created,false otherwise.
smb://workgroup/, smb://server/, or smb://server/share/ URLs because workgroups, servers, and shares cannot be dynamically created (although in the future it may be possible to create shares).
@throws SmbException
For the directory to be created, it cannot exist already (either as a file or a directory), and all the parent elements most denote either existing directories or non-existing paths. @return {@code true} if the directory was created, {@code false}otherwise.
true if at least one new directory has been created, false otherwise
@throws IOException thrown if an I/O error occurs while creating the directory
trueif the directories either already existed or have been created successfully,false otherwise
@throws IOException thrown if an error occurred while creating the directory/directories
true if and only if the directory was created,along with all necessary parent directories; false otherwise
@deprecated use #createDirectory(boolean)
true if and only if the directory was created; falseotherwise
@throws IOException
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |