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> drvpthget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DrvPthGet()
------------------------------------------------------------------------------
 Purpose:
 Get the full path for a drive letter.

 Syntax:
 lpszPath = DrvPthGet( lpszDrive )

 Parameters:
 lpszDrive The drive letter.

 Returns:
 A character string of length 255.

 Description:
 DrvPthGet() 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:
 ? DrvPthGet("F")
 // To return the full NetWare path of the current drive :
 ? DrvPthGet( DrvCurGet())

 Notes:
 DrvPthGet() returns the true physical path.

See Also: DrvDirHanGet() DrvCurGet() / DrvCurSet() DrvDirMap()

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