[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GDRVFT()
 GetDriveFlagTable
------------------------------------------------------------------------------
 Syntax
 
       fn_gDrvFT() -> aDriveFlags
 
 Arguments

      None

 Returns

      A 32 element array containing a flag indicating each drive's status.

 Description

      The Drive Flag Table contains 32 entries, one for each logical drive.
      Each flag indicates a drive's status, as follows:

           0    =   drive isn't mapped
           1    =   permanent network drive
           2    =   temporary network drive
         128    =   local drive
         129    =   local drive allocated as permanent network drive
         130    =   local drive allocated as temporary network drive

 Examples

      /* Determine if current drive is local */

      IF ( fn_gDrvFT()[ 66 - ft_Default() ] ) == 127
         < ... drive is local... >
      ENDIF


 Source: N:\SRC\CONNWS\DRVINFO.PRG

 Author: Steve Larsen

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