Closefile

From Mesham

Jump to: navigation, search

Overview

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

  • Pass: A file handle of type File
  • Returns: Nothing

Example

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