System.IO.fileClose()
Signature
void fileClose(String fileName)
Description
Close the underlying file
Parameters
Name | Type | Description |
fileName | String | The name of the file for closing. |
Example
System.IO.fileWrite ("c:/tmp/test.out", "This is a test write", false, true);
System.IO.fileClose ("c:/tmp/test.out");