[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GETPATH()
 Get a full directory path given a directory handle.
------------------------------------------------------------------------------
 Syntax
 
      fn_GetPath( <nHandle> ) --> <cPathSpec>
 
 Arguments

    <nHandle> is a directory handle.

 Returns

    <cPathSpec> will be a path specification.  If the call fails then
                an empty string will be returned and fn_Error() should
                be used to determine the nature of the error.

 Description

    Use this function to query the handle table for directory information.

 Examples
    // Obtain the path for handle 4

       ? fn_GetPath( 4 )

 Header File: netto.CH (only needed if you want to make use of the #defines for

 Header File: the error codes).


 Source: N:\SRC\FSYS\GETPATH.PRG

 Author: Ted Means

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