I'm having a small prob w/ the following code. Could anyone plz take a look at it and tell me what may cause the problem?
Basically, I'm trying to read from a file that was created most recently.
I'm using CompareFileTime() function, but for odd reason, CompareFileTime() always returns 0 in this case. :(
I think that the given information was enough for you to have figured it out. Files are handled different on every OS and as so, each file is given different attributes and properties. To access these, you must go through the OS in some fashion.