Closefile Function

Next: , Previous: Sqrt, Index: Index

This closefile[n] function will close the file represented by handle n.

Pass: A file handle of type File
Returns: Nothing

Examples

var f:=openfile["myfile.txt","r"];
closefile[f];


Last Modified: August 2008