System.IO.fileClose()

Signature

void fileClose(String fileName)

Domain

ACTION, BUI

Description

Close the specified file fileName that was previously opened by System.fileWrite() or System.fileOpen().

Parameters

NameTypeDescription
fileNameStringThe name of the file for closing.

Returns

TypeDescription
void

Cautions

none

See Also

fileWrite