reactos/reactos/lib/recyclebin
Amine Khaldi 110a90536d [LIBS]
* Prepare the CMake scripts for PCH.
CORE-7716

svn path=/trunk/; revision=62083
2014-02-09 21:43:42 +00:00
..
CMakeLists.txt [LIBS] 2014-02-09 21:43:42 +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 Add a large number of missing newlines at the end of text files. 2013-02-17 15:06:22 +00:00
recyclebin.c [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin.h [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin_generic.c [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin_generic_enumerator.c [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin_private.h [LIBS] 2014-02-07 16:58:53 +00:00
recyclebin_v5.c [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin_v5.h [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin_v5_enumerator.c [RECYCLEBIN] 2014-02-04 10:45:55 +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