Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- MICROSYS C & Clipper Functions - <b>b_fspace()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_fspace()


Syntax:     b_fspace()

Purpose:    Reports the available drive space

Arguments:  None

Returns:    A numeric value

Library:    MICROSYS.LIB


----------------------------------- Example ----------------------------------

   file_size := b_fsize("hq_hord.dbf")

   fre_space := b_fspace()

   if( fre_space < file_size )
      qout("Not enough drive space to copy file!")
      return(.f.)
   else
      ........
      ........
      ........
   endi

See Also: b_dspace()

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