FilePicker::GetFileNameCount
Defined in:
Returns the number of files that are currently selected.
C4FilePicker.h
Prototype
int32 GetFileNameCount(void) const;
Description
The GetFileNameCount
function returns the number of files that are currently selected in the file list. The names of the individual files can be retrieved by calling the FilePicker::GetFileName
repeatedly with indexes ranging from 0 to n − 1, where n is the number of files returned by the GetFileNameCount
function.
See Also