M. D.
2015-02-27 14:57:10 UTC
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 need do additional checks for existance with SmbFile.exists() afterwards?
Best regards,
M.D
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 need do additional checks for existance with SmbFile.exists() afterwards?
Best regards,
M.D