Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Child1 (0.13 sec)

  1. src/main/java/jcifs/SmbResource.java

         *         <code>false</code> otherwise
         * @throws CIFSException
         */
        boolean exists () throws CIFSException;
    
    
        /**
         * Fetch a child resource
         * 
         * @param name
         * @return the child resource
         * @throws CIFSException
         */
        SmbResource resolve ( String name ) throws CIFSException;
    
    
        /**
         * Get the file index
         * 
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Dec 20 14:09:34 GMT 2020
    - 26K bytes
    - Viewed (0)
Back to top