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

Threaded View

  1. #12
    Join Date
    Dec 2005
    Posts
    151

    Re: stderr / stdout: delete files if there's no error

    That works perfectly. Thank you very much

    Only one small thing (sorry to be such a pain in the a$$)

    It also lists D:\My.Video.avi, which will be deleted then.
    I need to keep the file(s) that get extracted from the rar archives. Only the rar archives need to be deleted, because they aren't needed anymore after extraction.

    People will kill me if the contents of the rar archives get deleted as well

    D:\Archives\My.Video.part1.rar
    D:\My.Video.avi
    D:\Archives\My.Video.part2.rar
    D:\Archives\My.Video.part3.rar
    D:\Archives\My.Video.part4.rar
    D:\Archives\My.Video.part5.rar
    D:\Archives\My.Video.part6.rar
    D:\Archives\My.Video.part7.rar
    D:\Archives\My.Video.part8.rar

    Is it possible to get only the paths after "Extracting from " ?
    Last edited by chaden; January 31st, 2006 at 04:53 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