Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>ddfilepath()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ddFilePath()
Returns the full path of the current dbDD file
------------------------------------------------------------------------------
Syntax:

     ddFilePath() --> cPath

Parameters:

     NONE

Returns:

     <cPath> full path of the file.

Description:

     Returns the full path of the current dbDD file

Example:

     LOCAL cDriver, cName, cPath
     ddFilePos( "Clients" )    // sets the position
     cDriver := ddFileDriver() // driver name
     cName   := ddFileName()   // file name
     cPath   := ddFilePath()   // path name

See also:

     ddFileDriver(), ddFileName(), ddFilePos()

See Also: ddFileDriver() ddFileName() ddFilePos()

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