Log in

View Full Version : File has not been freed in the script



humbie
06-08-2012, 10:10 PM
As I run my script it tells me the following message in debug box:

File[C:\Users\Desktop\users.txt] has not been freed in the script, freeing it now.

I have tried rerunning the script, closing it and opening it same thing is happening, anyone know how to fix this?

P1ng
06-09-2012, 01:19 AM
What script are you running?

Runaway
06-09-2012, 01:33 AM
I have tried rerunning the script, closing it and opening it same thing is happening, anyone know how to fix this?

By this do you mean:


OpenFile(Path, False);

// ...

CloseFile(1); // Not sure what int goes here


If you're not using CloseFile, try that.