HTMLGEN


I found out what was wrong with my directory sizer. OSFILE was returning a file length of 10 for all the file names, even though many of them are longer. So I ditched reading the filename from the data block using the length returned, and instead built up the filename from the start of the filename data until a null character was encountered. This then gave me the correct file name to read its information.



Click here to return to HTMLGEN