|
FireSync API
|
| kStatus kStorage_ListDirectories | ( | kStorage | storage, |
| const kChar * | directory, | ||
| kArrayList | directories | ||
| ) |
Lists the sub-directories in the specified directory.
Use kArrayList_Purge to destroy the directory names returned by this function.
| storage | Storage object. |
| directory | Full path of the directory. |
| directories | Receives directory names (kArrayList<kString>). |