Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetName (0.23 sec)

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

            try ( SmbResource p = new SmbFile("smb:a", getContext()) ) {
                p.getType();
            }
        }
    
    
        // #41
        @Test
        public void testGetName () throws MalformedURLException, CIFSException {
            try ( SmbResource p = new SmbFile("smb://MYSERVER/Public/MyVideo.mkv", getContext()) ) {
    
                SmbResourceLocator fl = p.getLocator();
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 08 13:16:07 UTC 2020
    - 23K bytes
    - Viewed (0)
Back to top