Open hannosgit opened 1 year ago
Should we also create the copy
method in the new util class?
I was a bit hasty and created #757. I'd suggest implementing the pathIsFile
boolean here.
Also, why not copy all the code over from SmbFiles
and deprecate the old class entirely? This would also simplify deleting it later.
Attempts to fix issue #745 "Change mkdirs to static" with the implementation proposed in the comments of the PR.