FS$Close

FS ››
Parent Previous Next

FS_Close

Close an FS file


FS_Close closes an open FS file.


Format:

FS_Close context


Returns:

Returns a condition code.


Argument:

context

A pointer to the context value returned by FS_Open that indicates the FS file to close.


Description

Closes a FS file opened with FS_Open. This should always be called when you are finished with a FS file.


Condition Codes Returned:

Code

Meaning

FS_INVCONT

Specified context is not valid.

SS_NORMAL

Successful completion.