- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isSameTree (0.23 sec)
-
src/main/java/jcifs/smb/SmbTreeHandleImpl.java
return this.treeConnection.getConnectedShare(); } /** * * {@inheritDoc} * * @see jcifs.SmbTreeHandle#isSameTree(jcifs.SmbTreeHandle) */ @Override public boolean isSameTree(final SmbTreeHandle th) { if (!(th instanceof SmbTreeHandleImpl)) { return false; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
if (this.fileLocator.isRootOrShare() || dest.fileLocator.isRootOrShare()) { throw new SmbException("Invalid operation for workgroups, servers, or shares"); } if (!sh.isSameTree(th)) { // trigger requests to resolve the actual target exists(); dest.exists();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)