Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getUncPath (0.1 sec)

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

                            try {
                                f.delete();
                            }
                            catch ( IOException e ) {
                                System.err.println(f.getLocator().getUNCPath());
                                throw e;
                            }
                        }
                    }
                    this.completed = true;
                }
                catch (
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Nov 14 17:40:50 UTC 2021
    - 17.6K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

         * represents is a communications device.
         */
        public static final int TYPE_COMM = 0x40;
    
    
        private String canon;            // Initially null; set by getUncPath; dir must end with '/'
        private String share;            // Can be null
        private long createTime;
        private long lastModified;
        private int attributes;
        private long attrExpiration;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top