reactos/reactos/lib/recyclebin
Hervé Poussineau 7af600178a Add traces
Fix typo in EnumerateRecycleBinW

svn path=/trunk/; revision=30009
2007-10-31 13:04:47 +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 Fix some bugs which were preventing enumeration of all deleted files 2007-10-31 08:57:35 +00:00
recyclebin.c Add traces 2007-10-31 13:04:47 +00:00
recyclebin.h Replace drive letter by a root path 2007-10-31 09:10:20 +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 Add traces 2007-10-31 13:04:47 +00:00
recyclebin_generic_enumerator.c Add traces 2007-10-31 13:04:47 +00:00
recyclebin_private.h Add traces 2007-10-31 13:04:47 +00:00
recyclebin_v5.c Add traces 2007-10-31 13:04:47 +00:00
recyclebin_v5.h Add traces 2007-10-31 13:04:47 +00:00
recyclebin_v5_enumerator.c Add traces 2007-10-31 13:04:47 +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
- Empty a recycle bin containing directories (v5)
- Set security on recycle bin folder
- Delete files > 4Gb
- 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