Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPath (0.21 sec)

  1. src/test/java/jcifs/tests/DfsTest.java

            return '\\' + dfsShareRoot.getPath().substring(2 + dfsShare.length()).replace('/', '\\');
        }
    
    
        /**
         * @return
         * @throws URISyntaxException
         */
        private String getDFSShare () throws URISyntaxException {
            URI dfsRoot = new URI(getDFSRootURL());
            String dfsRootPath = dfsRoot.getPath();
            int firstSep = dfsRootPath.indexOf('/', 1);
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Mar 01 09:46:04 GMT 2020
    - 13.5K bytes
    - Viewed (0)
Back to top