releasefileinfo

The data read through readvectors, readcae , readmultvectors and metadata read through getsubcaselist, gettypelist, getreqlist, getcomplist and readfiletoc is not necessarily auto-released from memory when the vectors they were assigned to are emptied. They can be released explicitly, though, as shown below.

Attention: Available only with Activate commercial edition.

Syntax

releasefileinfo(filename)

Inputs

filename
The path of the file.
Type: string

Example

Basic releasefileinfo example:

metadata = readfiletoc('Path/To/File/ANGACC');
	  data = readmultvectors('Path/To/File/ANGACC');
	  releasefileinfo('Path/To/File/ANGACC');