|
Zen API
|
| kStatus kDirectory_ListDirectories | ( | const kChar * | directory, |
| kArrayList | directories | ||
| ) |
Creates a list of the sub-directories in the specified directory.
Use kArrayList_Purge to destroy the directory names returned by this function.
| directory | Full path of the directory. |
| directories | Receives directory names (kArrayList<kString>). |