CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dc_dweller

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,014

    Re: SetCreationTime on a opened file

    Thanks for replying.

    That is what I ended up doing, but I find it extremely inconvenient.
  2. Replies
    2
    Views
    3,014

    SetCreationTime on a opened file

    Hi all,

    I need to set Creation Time on a newly created file before I close this file. I use FileStream to create the files.

    In C++/Win32 programming, I can say

    HANDLE hFile =...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured