FileList_Count()

Examples


The FileList_Count() function returns the number of files in the specified file list.

Syntax

FileList_Count(filelist)

Parameters

filelist – A long integer specifying the file list for which the files are being counted.

Return value

An integer containing the number of files in the file list.

Comments

The file list count is -1 if the file list has not been created.


Documentation Feedback