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_fdate()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
b_fdate()


Syntax:     b_fdate(<expC>)

Purpose:    Reports date of the last file update

Arguments:  <expC> is the filename

Returns:    A Clipper date

Library:    MICROSYS.LIB

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

   file_time := b_ftime("hq_hord.dbf")
   file_date := b_fdate("hq_hord.dbf")

   if( file_date >= date() )
      if( file_time > rme_time )
          ........
          ........
          ........
      endi
   endi

See Also: b_fsize() b_ftime()

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