FileOpsObj.$closefile()

Function group Execute on client Platform(s)
FileOps NO All

Syntax

$closefile()

Description

Closes the file.

If you open a file using $openfile(), $openresources(), $create() or $createtmpfile(), then you should close it by calling this function, when you have finished using it. This function does not return a value.