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>fsettime() - set a files time stamp</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     fsettime() - set a files time stamp
  Usage:    <logical> = fsettime(<filename>,<time>)
  Params:   string <filename> - name of the file
            string <time> - time string in the format "HH:MM:SS"
  Returns:  logical .T. if time set successfully, .F. if error

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

                 ttime = time()
                 nfiles = filecount("*.*")
                 temp = findfirst("*.*")
                 for n = 1 to nfiles
                      fsettime(temp,ttime)
                      temp = findnext()
                 next


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

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