FileEntry Object

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.

 Adobe

Get help faster and easier

New user?