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