[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            resolvepath - resolve a path to a fully qualified
                                      path

  Syntax              char *resolvepath(char *str, char *buffer);

  Prototype in        filehk.h

  Remarks             resolvepath uses an internal DOS Function (0x60)
                      only available under DOS 3.x (and probably later
                      versions.) The path string is expanded into a fully
                      qualified path with the results placed in buffer.

                      Borland provides access to a similar function
                      parsfnm() which calls a DOS function. However,
                      parsfnm() can NOT handle paths (drive, filename and
                      extension only.)

  Return value        returns a pointer to buffer.

  See also            getfilespec(), parsefilename(), parsefnameext()


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