Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - getftime() retrieves the time and date of a file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetFTime()             Retrieves the time and date of a file
--------------------------------------------------------------------------------

   Syntax:              GetFDate( <hFile> )  --> <aDateTime>


   Parameters:

   <hFile>              Identifies the handle of an opened file.
                        Use FOpen() to get this handle.

   <cTime>              Specifies a different time to be set to
                        the file. Use the format: "HH:MM:SS".

   <cdDate>             Specifies a different date to be set to
                        the file. Use the format: "DD:MM:YYYY". You
                        can use both a date or a string type.

   Returns:

   <aDateTime>          An array of two elements with the time and
                        date of the file. The time has the format "HH:MM:SS",
                        and the date is a Clipper date.

   Source code:         SOURCE\\FUNCTION\\Files.c

   See also:            SetFTime()


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