Quote:
Originally Posted by Inverness
If you're copying a file like that you'd want to use loadstring() not loadlines(). loadlines() is for text files and stuff, loadstring() loads in a binary format.
|
I guess the point being that this is something very simple to do...