Last updated on 
                
                    Apr 27, 2021
                
            
            
                 | 
                
                    Also applies to ColdFusion
                
            
        
        
            
        
    
FileEntry object represents a file on a file system of the mobile device.
The properties of FileEntry object are:
- isFile: Always true (boolean).
 - isDirectory: Always false (boolean).
 - name: The name of the file, excluding the path leading to it.
 - fullPath: The full absolute path from the root to the file.