The FileList_Destroy() function frees the memory used for a file list.
FileList_Destroy(filelist)
• filelist – A long integer specifying the file list for which the memory is being freed.
A boolean. The value true indicates the memory for the file list was freed, while false indicates it was not.