Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rename_to (0.08 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

     *
     * @param  dest  An <code>SmbFile</code> that represents the new pathname
     * @throws NullPointerException
     *         If the <code>dest</code> argument is <code>null</code>
     */
        public void renameTo( SmbFile dest ) throws SmbException {
            if( getUncPath0().length() == 1 || dest.getUncPath0().length() == 1 ) {
                throw new SmbException( "Invalid operation for workgroups, servers, or shares" );
            }
    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