zStatus zFireSync_FileNameAt(zFireSync fireSync, z32u index, zChar* name, z32u capacity);
|
Parameters |
Description |
|
zFireSync fireSync |
zFireSync object. |
|
z32u index |
index of the file. |
|
zChar* name |
Receives the name of the file. |
|
z32u capacity |
Maximum capacity of the name buffer, including null terminator. |
Gets the name of the file at the specified index.
Call the zFireSync_FileCount to get an up-to-date count of available files, then call this function to access the list of file names.
This function uses the Control channel.
The function is supported in FHP version 2.1+;
zFireSync.h