|
FireSync API
|
| kStatus kStorage_ListEntriesEx | ( | kStorage | storage, |
| const kChar * | directory, | ||
| kArrayList | entries | ||
| ) |
Retrieves information about each file system entry within the specified directory.
Use kArrayList_Purge to destroy the entries returned by this function.
| storage | Storage object. |
| directory | Full path of the directory. |
| entries | Receives information about each directory entry (kArrayList<kStorageItem>). |