[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_DictPath()        Returns the path for a given database file

Description:

  VS_DictPath() will return the path for a given database name, as it
  exists in the data dictionary.

Syntax:     

  c_Path = VS_DictPath( c_DbfName )

Pass:       

  c_DbfName is a character expression representing the database name
  to locate.

Return:     

  c_Path is a character expression that will contain the full path
  to a database file as it is defined in the data dictionary.

Notes:      


Example:    

  c_Path = VS_DictPath( "VENDOR" )

Usage:      

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