[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_DVOLNAME()
 Get the Volume name for a drive letter
------------------------------------------------------------------------------
 Syntax
 
      fn_DvolName( <cDrive> ) -> <cVolname>
 
 Arguments

     <cDrive> corresponds to a drive letter.

 Returns

     <cVolname> returns a character volume name (without colon).

 Description

     This call returns the volumne name for a drive letter.

 Examples
       function main( cDrive )

          local cVolname

          cVolname := fn_DvolName( cDrive )

       return(NIL)


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

 Author: Michael A. Cohen

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