Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FAST TEXT SEARCH for Clipper v.2.0 - <b>cpath()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   CPATH()

       Purpose

   Returns the path established by the SET PATH TO command.

       Parameters

   None.

       Return Value

   The string used to SET PATH TO.

       Comments

   If SET PATH has not been used the function returns . Unlike 
   CDEFPATH(), CPATH() will not append a '\' to the end of the string 
   used with SET PATH. For example: SET PATH TO c:\tmp will be returned 
   as c:\tmp.

       Example

   .
   .
   .
   SET PATH TO C:\SALES
   xpath = CPATH()
   ? xpath                      && prints C:\SALES
   .
   .
   .


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