createReader method
The FileSystemDirectoryEntry interface's method
createReader()
returns a
FileSystemDirectoryReader object which can be used to read the entries
in
the directory.
Implementation
external FileSystemDirectoryReader createReader();