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

Threaded View

  1. #7
    Join Date
    Sep 2010
    Posts
    39

    Re: intermediate file multi-process safety

    Why is that awkward? Use GetTempFileName instead of a fix file name.
    That seems to be a windows only solution. Is there something in c like remove?

    update: I got about 10 or so corrupt files so indeed the problem is there. Somehow I thought system would be 'process safe'..
    Last edited by dshawul; July 21st, 2012 at 04:09 PM.

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