Enter Keywords:
1 - 10 of 29(0.001 seconds)
Sort By:
 
I have two FILETIME structures and I need to find the difference between the two.  To be more specific, I need to find the number of days between them.  Here is some code that was written by someon...
Zones: C++Date Answered: 06/24/2003 Rating: 7.4 Views: 18
How do I get a FILETIME from the DATE object that comes in from a COM method call?
Zones: C++Date Answered: 06/24/2004 Rating: 5.0 Views: 0
I would like to set a file's timestamp to as fine a granularity as possible.  When I change the LowDateTime part of a file's datetime value, it has no effect unless the change is LARGE (~100000).  ...
Zones: Visual BasicDate Answered: 02/15/2005 Rating: 8.2 Views: 0
I want to use the API function GetProcessTimes. I send all running processes to that funktion and want to know the CPUusage. The problem is that getprocesstimes uses the Filetime Format. I dont kn...
Zones: Delphi ProgrammingDate Answered: 12/13/1999 Rating: 9.4 Views: 0
I need a function that will get a date of a given file and compare it to another, if the latter is newer, then copy it to a given location Code example required for points - MFC or C DWE
Zones: Windows MFCDate Answered: 07/17/2000 Rating: 7.8 Views: 29
Hi Guys, Long time reader, first time poster. I have a rather unusual problem reading the FILETIME attributes of a file using an FTP connection (called using the wininet.dll functions). Fo...
Zones: Visual BasicDate Answered: 04/03/2003 Rating: 8.2 Views: 0
I am writting a program(Visual C++ 6.0) to detelete files older than 30 days.  In order to do this I have been using the GetFileTime function.  I then was going to try to add 30 days to this value ...
Zones: C++Date Answered: 02/13/2003 Rating: 8.0 Views: 0
hi Could someone please explain to me in layman's terms, or try to simplify, how to translate the FILETIME format to the Unix time format. maybe some well commented code also. from my in...
Zones: CDate Answered: 02/09/2004 Rating: 9.2 Views: 0
Is there an easy way to convert a FILETIME to and from a string?  
Zones: C++Date Answered: 06/14/2004 Rating: 7.4 Views: 0
I have these two functions belowused to translate a FILETIME to a string and back: Our code goes through Oulook messages and does some processing, and it keeps track of the most recent message i...
Zones: C++Date Answered: 12/10/2004 Rating: 8.2 Views: 4