The FileList_Remove() function removes the specified file list item from a file list.
FileList_Remove(filelist, index)
• filelist – A long integer specifying the file list from which a file list item is being removed.
• index – An integer specifying the file list item to be removed from the file list. The value 1 indicates the first item.
A boolean. The value true indicates the file list item was removed, while false indicates it was not.