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