Page File Path
 
 
 
Page File Path

Module description

The folder location for bitmap tile pagefiles.

The value is read from an ini file when the application is launched, and saved to an ini file when the application is closed.

Functions

virtual const MCHAR *  GetPageFilePath ()=0
  Returns the page file path.
virtual void  SetPageFilePath (const MCHAR *path)=0
  Sets the page file path.

Function Documentation

virtual const MCHAR* GetPageFilePath ( ) [pure virtual]

Returns the page file path.

virtual void SetPageFilePath ( const MCHAR *  path ) [pure virtual]

Sets the page file path.

Changing the pagefile path does not move existing pagefiles to the new location, but any bitmaps created later will page to the new location.