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.
Syntax
releasefileinfo(filename)
Inputs
- filename
- The path of the file.
Example
Basic releasefileinfo example:
metadata = readfiletoc('Path/To/File/ANGACC');
data = readmultvectors('Path/To/File/ANGACC');
releasefileinfo('Path/To/File/ANGACC');