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

 

2 responses to “SP_GETDFP

  1. Pingback: SP Environment Functions | Viva Clipper !

  2. Pingback: SP Functions | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.