IFILECOUNT()

From Lianjapedia
Jump to: navigation, search

Purpose

Function to return the number of index files matching the pattern

Syntax

IFILECOUNT(<skeleton>)

See Also

FILE(), FILECOUNT(), NDX()

Description

The IFILECOUNT() function returns the number of index files which match the specified <skeleton> and are valid for the currently selected table.

Example

? ifilecount("*.ndx")
         5