Small company logo:
   History
 
Advertising banner:
 
 ServerFile.CloseFile
Home • Help • Customization Tools • FCAS • Language Reference • ServerFile.CloseFile
 
Purpose
Closes a file on the FirstClass server that has been opened with OpenFile.
7202010_20004_0.png        Note
If a variable is declared globally, the file closes when the program ends. If a variable is declared locally, the file closes when the program exits that subroutine.
Syntax
ServerFile.CloseFile
Example
See the example for OpenFile.