FileSystemService.renameEntry Method
        
 Renames the file or folder with the specified ID.
 
         
        Parameters
        
            - id
            
 
            - 
                
Type: String
The ID of the file or folder to rename. 
            - newName
            
 
            - 
                
Type: String
The new name of the file or folder. 
        
        Return Value
        
Type: jQuery.Promise
        
A promise object that is resolved when the call is complete.