[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_VOLINFN()
 Get volume information with number
------------------------------------------------------------------------------
 Syntax
 
      fn_volinfN( <nVol> ) -> aInfStruct
 
 Arguments

 Returns

    aInfStruct, an array as follows:

         Subscript            Contents
         ---------            -------------------------------------------

            1                    Sectors per block (Numeric).  The number
                                 of 512-byte sectors in each block.
            2                    Total blocks (Numeric)
                                 Number of blocks on the volume.
            3                    Available blocks (Numeric)
                                 Unused blocks on a volume.
            4                    Total directory slots (Numeric)
            5                    Available directory slots (Numeric)
            6                    Volume name (Char, max len 16)
            7                    Volume is removable (logical)

    If aInfStruct is empty, an error occurred.  Check fn_error().

 Description

    This call returns information about a volume, given a volume number.


 Examples


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

 Author: David Minter

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