Name
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.

Designer compatibility
Unsupported

Inputs
name
name of the file to delete on exit
tags
currently unused, pass NULL
Results
error
error code or 0 on success

Show TOC