SmbFile.delete() method return type

"M. D." <[email protected]> Fri, 27 Feb 2015 16:57:10 +0200 (EET)
Newsgroups gmane.network.samba.java
Message-ID <[email protected]>
 Hello,

I have a question for the community.

Since SmbFile.delete() returns void instead of boolean as is java.io.File=
, is it safe to assume that successfully returning from SmbFile.delete() =
would indicate that the file was actually deleted? Would there be any nee=
d do additional checks for existance with SmbFile.exists() afterwards?

Best regards,
M.D