recycle bin info2 path ??plz help
-
Dear All, I am developing an application for Windows2000 NTFS filesystem specifically in VC++ MFC version 6.0. I want to get exact path of Info2 located in the recycle bin folder of the specified drive (e.g on my computer it is d:\RECYCLER\S-1-5-21-725345543-1708537768-1957994488-500\Info2) Can anybody please suggest a way out to get the path of info2 ? Regards, Rohit
-
Dear All, I am developing an application for Windows2000 NTFS filesystem specifically in VC++ MFC version 6.0. I want to get exact path of Info2 located in the recycle bin folder of the specified drive (e.g on my computer it is d:\RECYCLER\S-1-5-21-725345543-1708537768-1957994488-500\Info2) Can anybody please suggest a way out to get the path of info2 ? Regards, Rohit
To get the IDL of the Recycle Bin folder, use
SHGetSpecialFolderLocation(..., CSIDL_BITBUCKET, ...)
.
A rich person is not the one who has the most, but the one that needs the least.