Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getConnectedShare (0.07 sec)

  1. src/main/java/jcifs/smb/SmbTreeConnection.java

            }
        }
    
    
        /**
         * 
         * Only call this method while holding a tree handle
         * 
         * @return the share we are connected to
         */
        public String getConnectedShare () {
            try ( SmbTreeImpl t = getTree() ) {
                return t.getShare();
            }
        }
    
    
        /**
         * 
         * Only call this method while holding a tree handle
         * 
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Tue Jul 07 10:50:16 UTC 2020
    - 31K bytes
    - Viewed (0)
Back to top