CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    16

    Post Help Pimpy delete file

    I'd like to delete a movie file I have half-downloaded
    But I always get an error "impossible to delete the file" [it is scary to go FURTHER INTO DETAILS] I am afraid I have downloaded a virus
    Could someone help me write a program to delete any file / directory on my computer please ?

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    Re: Help Pimpy delete file

    The error message you have stated doesnt look a standard (OS) message. Also, are you downloading using some download manager ? if yes then first try to close/kill that program and then remove your movie file.

    If your file is locked by some program, then it is possible to delete only after terminating the process which is using the file.
    Regards,
    MMH
    Rate my post if you find it usefull.

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