|
Zen API
|
| kStatus kDirectory_ListEntries | ( | const kChar * | directory, |
| kArrayList | entries | ||
| ) |
Creates a list of the file system entries in the specified directory.
Use kArrayList_Purge to destroy the entry names returned by this function.
| directory | Full path of the directory. |
| entries | Receives entry names (kArrayList<kString>). |