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