History  | 
FindFirst (files) 
Purpose 
Finds a file on the FCAS computer. 
This method begins at the first file in a container and moves forward until a file that matches Pattern is found or the end of the files is reached. Each time the record pointer is moved, Pattern is re-evaluated. 
Syntax 
File.FindFirst (Pattern [, fcRead]) 
 Example 
Dim MyFile as File 
MyFile.FindFirst("*.txt", fcRead) 
 | ||||||