The file packer I've made is doing something weird. When it extracts the packed files, it puts characters in the beginning of a file. For example, if a text file called Dog.txt has been packed like this:
It will extract like this:Code:Hello, I am a dog. What are you?
It does this on all file types, not just text files. Anyone know what could be going wrong?Code:% Hello, I am a dog. What are you?




Reply With Quote