Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> drvpathget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DrvPathGet()
------------------------------------------------------------------------------
 Purpose:
 Get the full path for a drive letter.

 Syntax:
 lpszPath = DrvPathGet( lpszDrive )

 Parameters:
 lpszDrive The drive letter.

 Returns:
 A character string of length 255.

 The CA-Clipper name for this function is:
 DrvPthGet()

 Description:
 DrvPathGet() returns the full NetWare path including volume name for a
 given drive letter lpszDrive.

 Returns an empty string if an error occurs.

 Example:
 // To return the full NetWare path for drive F:
 ? DrvPathGet("F")
 // To return the full NetWare path of the current drive :
 ? DrvPathGet( DrvCurrentGet())

 Notes:
 DrvPathGet() returns the true physical path.

See Also: DrvDirHandleGet() DrvCurrentGet() / DrvCurrentSet() DrvDirMap()

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