Here's a question inspired by an actual customer question: I need a function that, given a path, tells me whether it is
a Recycle Bin folder.
I tried using functions like SHGetSpecialFolderPath with CSIDL_BITBUCKET , but that doesn't work because
the
Read More...