System.IO

Description

System Wide Functions

Functions

NameSignature and Synopsis
fileClosevoid fileClose(String fileName)
Close the specified file fileName that is previously opened by System.fileWrite().
fileWritevoid fileWrite (String fileName, String str, boolean append, boolean flush)
Write the data in str to the specified file.