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

Thread: I need help!

  1. #1
    Join Date
    May 1999
    Posts
    31

    I need help!



    I'm trying to use the SHFileOperation function to send a file to the recycle

    bin. No matter what I do, though, it doesn't work. I've checked file name

    validity, wFunc value, everything, and it just won't work.


    Can anybody help me out?


    Thanks.

  2. #2
    Join Date
    May 1999
    Posts
    123

    Re: I need help!



    The most common problem people run into is that you have to specify the full path to the file, or it'll get deleted instead of being moved to the recycle bin.



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