Zen API
zFireSync_FileNameAt
C
zStatus zFireSync_FileNameAt(zFireSync fireSync, z32u index, zChar* name, z32u capacity);
Parameters
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. 
Description

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+;

File

zFireSync.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.