Quote:
Originally Posted by cbk1994
Why's it necessary to destroy it afterwards? Shouldn't the garbage collector kill it once all references are lost?
|
I'm guessing so that the script engine can close the file handle and stop using up so much memory or something.