Home > Language Reference > Classes > StreamFileDB

Close Method

Closes the file.

Syntax

Public Sub Close()

Remarks

The Close method closes the file previously opened using the Open method. Using this method on a file that is already closed has no effect and noteably does not cause an error.

Although the system automatically closes all the open files when your application ends, it is strongly recommended to explicitly close all open files once they are no longer being used.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A