depending on how you've saved the data depends on how you retrieve... for example the snippet above is all fine and dandy for notepad created documents.
however for text documents out of C/C++ you'd want something more like
function char( dwFile, dwString )
dim pChar( dwString }
for index = 0 to dwString - 1
read byte dwFile,pChar( index )
buffer$ = buffer$ + chr$(pChar( index ))
next index
function buffer$
would be more appropriote... its all about how the file was first made
Tsu'va Oni Ni Jyuuko Fiori Sei Tau!
One block follows the suit ... the whole suit of blocks is the path ... what have you found?