Article # 631, added by Geoworks, historical record
| first | previous | index | next | last |

Reading the GeosFileHeader of a VM file



Q. How can I open a GEOS file and be able to read the entire file, 
   including the special 256 byte GEOS file header? 

A. Set the high bit of the FileAccessFlags (which is essentially setting
   the FFAF_RAW) when you call FileOpen().  This will open the file as
   if it were a plain DOS file.