CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: filetimes

  1. #1
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899

    filetimes

    Does anybody know how to set the lastmodified/opened filetime for a specified file WITHOUT using the function TouchFileTime from imagehelper ...

    does anybody know that?

    thx in advance
    regards flo
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

  2. #2
    Join Date
    Mar 2002
    Posts
    350
    BOOL SetFileTime(
    HANDLE hFile,
    const FILETIME* lpCreationTime,
    const FILETIME* lpLastAccessTime,
    const FILETIME* lpLastWriteTime
    );

  3. #3
    Join Date
    Mar 2004
    Location
    (Upper-) Austria
    Posts
    2,899
    I am so dumm not finding that, thank you for killin' my blindness

    thx, again
    I am not offering technical guidiance via email or IM
    Come on share your photo with us! CG members photo album!
    Use the Code Tags!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured