NAME rtFreeFileList()rtFreeFileList (filelist);
void rtFreeFileList (struct rtFileList *); A0
DESCRIPTION Frees a filelist returned by rtFileRequest() when the FREQF_MULTISELECT flag was set. Call this after you have scanned the filelist and you no longer need it.
INPUTS filelist - pointer to rtFileList structure, returned by rtFileRequest() (may be NULL).
RESULT none
BUGS none known
SEE ALSO rtFileRequest()