mob/verb/Check(F as file)
F = file2text(F) // I'm not going to show my code since it was rather hard making, so I'll just show the incomplete file opening stuff.
src << F
Problem description:
Well, I'm making a file compressor, but I can't seem to open the whole file up with file2text(). All I get is the beginning part of the file. The thing is, even though I get to compress part of the file, the user won't be able to save it, since the file doesn't have everything needed in it. How could I get file2text() to work?
If you want to save stuff as a .zip file though, you could use Dantom's zipfile library for that. Documentation is kind of non-existant, but it shouldn't be too hard to figure out, and I think there's already been a couple of questions answered about it on the forums.