Naughter Software Logo

CFile64 LogoCFile64 v1.0 An MFC class to encapsulate the Win32 64 bit file system API (Obsolete)

A lot of developers may not realize that parts of the Win32 SDK already has some 64 bit isms. An example in kind is the API provided to access the file system. Currently the MFC CFile class hides this to provide a lowest common denominator approach to interacting with the API. If you do have occasion to use the 64 bit extensions then you will have no doubt cursed Microsoft when you start to use the raw SDK calls. This class is an attempt to provide a more OO interface to it.

Features

 

Copyright

 

 

The enclosed zip file contains the CFile64 source code and a simple console based application which exercises the class.

 

Updates

23 December 2005

V1.0 (11 February 1998)