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 - setfdate() set a different time and date for a file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetFDate()             Set a different time and date for a file
--------------------------------------------------------------------------------

   Syntax:              SetFDate( <hFile>, <cTime>, <cdDate> )  --> <hWndPrev>


   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:

   <lSuccess>           If the operation was performed successfully.

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

   See also:            GetFTime()


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