reactos/reactos/lib/recyclebin
Timo Kreuzer fae2044a23 [CMAKE]
Integrate cmake stuff into trunk
Only files added.

svn path=/trunk/; revision=51783
2011-05-16 13:12:07 +00:00
..
CMakeLists.txt [CMAKE] 2011-05-16 13:12:07 +00:00
guid.c Fix some bugs which were preventing enumeration of all deleted files 2007-10-31 08:57:35 +00:00
readme.txt Support real deletion of directories from the recycle bin 2007-11-28 09:32:14 +00:00
recyclebin.c Expand recyclebin API with DeleteFileHandleToRecycleBin and GetRecycleBinDetails 2008-08-11 17:31:51 +00:00
recyclebin.h - Move from using include guards to pragma once. 2010-02-26 11:43:19 +00:00
recyclebin.rbuild Fix some bugs which were preventing enumeration of all deleted files 2007-10-31 08:57:35 +00:00
recyclebin_generic.c Better compatibility with MS Windows recycle bin 2007-11-27 08:22:16 +00:00
recyclebin_generic_enumerator.c Better compatibility with MS Windows recycle bin 2007-11-27 08:22:16 +00:00
recyclebin_private.h Better compatibility with MS Windows recycle bin 2007-11-27 08:22:16 +00:00
recyclebin_v5.c Merge 34714, 34716, 34718, 34720 from ros-amd64-bringup branch: 2008-08-27 20:27:32 +00:00
recyclebin_v5.h Better compatibility with MS Windows recycle bin 2007-11-27 08:22:16 +00:00
recyclebin_v5_enumerator.c Merge 34714, 34716, 34718, 34720 from ros-amd64-bringup branch: 2008-08-27 20:27:32 +00:00

This library deals with Recycle bin.
It is aimed to be compatible with Windows 2000/XP/2003 (at least) on FAT or NTFS volumes.

TODO
- Set security on recycle bin folder
- Make the library thread-safe

3 levels
- 1: recyclebin.c         : Public C interface
- 2: recyclebin_generic.c : 'System-wide' recycle bin, which knows no implementation detail
- 3: recyclebin_v5.c      : Deals with recycle bins of Windows 2000/XP/2003