History |
FindFirst (server files)
Minimum version: 3.1
Purpose
Finds a file on the FirstClass server.
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
ServerFile.FindFirst (Pattern [, fcRead])
Example
Dim sf as ServerFile
sf.FindFirst("*.txt", fcRead)
| ||||||