Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for idx (0.12 sec)

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

        }
    
    
        @Test
        public void testFileIndex () throws IOException {
            try ( SmbFile f = createTestFile() ) {
                try {
                    long idx = f.fileIndex();
                    Assume.assumeTrue("FileIndex unsupported", idx != 0);
                }
                finally {
                    f.delete();
                }
            }
        }
    
    
        /**
         * @author Ilan Goldfeld
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Jan 05 13:09:03 GMT 2023
    - 12.3K bytes
    - Viewed (0)
Back to top