Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSetCreated (0.11 sec)

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

                    assertCloseTime(f.createTime());
                }
                finally {
                    f.delete();
                }
            }
        }
    
    
        @Test
        public void testSetCreated () throws CIFSException, MalformedURLException, UnknownHostException {
            try ( SmbResource f = createTestFile() ) {
                try {
                    long orig = f.createTime();
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
Back to top