[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_SetPath()         Set the default path for DBF/NTX files               NEW

Description:

  VS_SetPath() allows you to change/read the current default path that
  VS_OpenDbf() will use when opening databases.

Syntax:     

  c_CurrentPath = VS_SetPath( [c_NewPath] )

Pass:       

  c_NewPath is an optional character expression that should contain
  the new path you want VS_OpenDbf() to use when opening databases.

Return:     

  c_CurrentPath is a character expression that will contain the
  current path setting.

Notes:      


Example:    

  c_OldPath = VS_SetPath( "D:\DATA\" )
     SOME_UDF()
     ...
  VS_SetPath( c_OldPath )
  ...

Usage:      

See Also: VS_OpenDbf()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson