How do I get File Access Time and File Write Time in C++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • COHENMARVIN@lycos.com

    How do I get File Access Time and File Write Time in C++

    Hi,
    I need to find the Windows C++ functions that get the time a file was
    written to, read from, and last accessed. Is there a way to do that?
    Thanks,
    Marvin
  • Victor Bazarov

    #2
    Re: How do I get File Access Time and File Write Time in C++

    COHENMARVIN@lyc os.com wrote:
    I need to find the Windows C++ functions that get the time a file was
    written to, read from, and last accessed. Is there a way to do that?
    Most likely. But you need to ask in a Windows programming newsgroup.
    See FAQ section 5 for the list of suggested forums. Your Windows-
    specific question is unfortunately off-topic here.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    Working...