hw_AddDeleteFile -- add file for deletion on exit (V7.1)
Synopsis
int error = hw_AddDeleteFile(STRPTR name, struct hwTagList *tags);
Function
This function adds the file specified by name to a list of files which
will be deleted immediately before Hollywood terminates. Use this if
you cannot delete your temporary files in ClosePlugin()
for some reason.