Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>swap_tempcheckon</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
swap_tempcheckon

Usage

   #include <swap.h>
   void swap_tempcheckoff(void);
   void swap_tempcheckon(void);

Description

   By default Swap will save its memory image file in the directory pointed
   to by the TEMP or TMP environment variable if there is one, or in the
   current working directory if there is not. These functions turn this
   behavior on or off. When off, the swap file will always be stored in the
   current working directory. The default is on.

   The ability to disable checking of TEMP or TMP is useful in the case
   where the environment variable points to a RAM disk or other specialized
   memory that you do not want to be used for the memory image of the

   program being swapped.

   These function calls can be nested. If two calls are made to the off
   function, two calls will also be needed to the on function in order to
   reactivate checking of TEMP or TMP.

See Also

   spawn, system



See Also: spawn system

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson