nsIFile:directoryEntries
From MDC
Contents |
[edit] Summary
This attribute returns an enumeration of files in the directory specified by this nsIFile.
readonly attribute nsISimpleEnumerator directoryEntries;
[edit] Exceptions Thrown
- NS_ERROR_FILE_NOT_DIRECTORY
- Indicates that this
nsIFiledoes not reference a directory.
[edit] Remarks
Each element in the enumeration supports at least nsIFile.