FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
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.

Parameters
storageStorage object.
directoryFull path of the directory.
entriesReceives information about each directory entry (kArrayList<kStorageItem>).
Returns
Operation status.