INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: RhinoBanga on December 05, 2003, 10:31:29 am

Title: GetImageFile
Post by: RhinoBanga on December 05, 2003, 10:31:29 am
Matt/Nikolay,

When calling GetImageFile in MC is it up to the caller to delete the file afterwards like in MJ?
Title: Re:GetImageFile
Post by: Matt on December 09, 2003, 01:35:04 pm
In some cases / parameters it'll return a file in the temporary directory. (if it's an internal image)

However, plugins use the same filename over and over, so it's not important that you delete it.

If there ever is an issue, we'll make MC do the garbage collection on shutdown.
Title: Re:GetImageFile
Post by: RhinoBanga on December 09, 2003, 01:52:52 pm
Thanks Matt.