[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GDLFSO()
 Return a drive letter for a given search order
------------------------------------------------------------------------------
 Syntax
 
       Fn_GDLFSO( <cPathVar>,<nSearchOrder> ) -> <cDrvLtr>
 
 Arguments

      <cPathVar> - Current DOS path variable.

      <nSearchOrder> - The search order to look for.

 Returns

     <cDrvLtr> - This is the drive letter in position
                 <nSearchOrder>.

 Description

      This function returns the drive letter found at position
      <nSearchOrder> in <cPathVar>.

 Examples

      cDrive := Fn_GDLFSO( GetEnv( "PATH" ),1 )


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

 Author: Sheldon Easterbrook

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