|
Zen API
|
| kStatus kDirectory_ListFiles | ( | const kChar * | directory, |
| kArrayList | files | ||
| ) |
List the files in the specified directory.
Use kArrayList_Purge to destroy the file names returned by this function.
| directory | Full path of the directory. |
| files | Receives file names (kArrayList<kString>). |