SP Environment Functions


SETEXACT()     Determines if exact is on/off
GETDFP()       Gets SET DEFAULT path
ISLOADED()     Determines  function is loaded or not
RESTSETKEYS()  Restores  set keys saved with SAVESETKEYS()
SAVESETKEYS()  Saves all active set keys to an array, optionally
               clearing them
PRNPORT()      Determine Printer Port to use

SP_GETDFP

GETDFP()

  Short:
  ------
  GETDFP() Gets SET DEFAULT path

  Returns:
  --------
  SET DEFAULT path as string

  Syntax:
  -------
  GETDFP()

  Description:
  ------------
  Retrieves and returns SET DEFAULT path from Clipper.
  Appends a "\" if needed. If no SET DEFAULT is active, returns an
  empty string ""

  Examples:
  ---------
   // using ERASE, for instance

   ERASE (getdfp()+tempfile)

  See Also :
  ---------
   SET DEFAULT

 Source: ------- 
    S_GETDFP.PRG