Difference between revisions of "FILECOUNT()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to count files matching pattern
 
Function to count files matching pattern
Line 36: Line 34:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Latest revision as of 17:21, 27 November 2009

Purpose

Function to count files matching pattern


Syntax

FILECOUNT(<skeleton>)


See Also

ADIR(), IFILECOUNT(), FILE(), MENU FILES


Description

The FILECOUNT() function returns the number of files which match the specified pattern <skeleton>. The following 'wild card' characters can be used:


Character Description
? Matches any one character.
% Matches any one character.
* Matches zero or more characters.


Example

nfiles = filecount("*.dbf")


Products

Recital Server, Recital