Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Creations (0.18 sec)

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

         * @throws CIFSException
         */
        long createTime () throws CIFSException;
    
    
        /**
         * Create a new file but fail if it already exists. The check for
         * existence of the file and it's creation are an atomic operation with
         * respect to other filesystem activities.
         * 
         * @throws CIFSException
         */
        void createNewFile () throws CIFSException;
    
    
        /**
    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