Added topic
FileSeek issuehi everyone if someone can explain to me if FileSeek(handle,100,SEEK_END); means to go forward 100 bytes or go back 100 bytes from the end of the file? if means go forward? is it FileSeek(handle,-100,SEEK_END); means to go back 100 bytes? if either