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>fgettime() - get a files time stamp</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     fgettime() - get a files time stamp
  Usage:    <string> = fgettime(<filename>)
  Params:   string <filename> - name of the file to check
  Returns:  string equal to the files current time stamp in format
            "HH:MM:SS" or null if error.

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

                 nfiles = filecount("*.dbf")
                 temp = findfirst("*.dbf")
                 for n = 1 to nfiles
                      ttime = fgettime(temp)
                      ? "File: "+temp+"Time: "+ttime
                      temp = findnext()
                 next


See Also: fsetdate() fgetdate() fsettime() ferror() finddate()

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