Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>fgetdate() - get a files date stamp</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     fgetdate() - get a files date stamp
  Usage:    <string> = fgetdate(<filename>)
  Params:   string <filename> - name of the file to check
  Returns:  string equal to the files current date stamp in format
            "MM-DD-YY" or null if error.

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

                 nfiles = filecount("*.dbf")
                 temp = findfirst("*.dbf")
                 for n = 1 to nfiles
                      tdate = fgetdate(temp)
                      ? "File: "+temp+"Date: "+tdate
                      temp = findnext()
                 next


See Also: fsetdate() fgettime() fsettime() ferror()

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