reactos/reactos/lib/recyclebin
Christoph von Wittich acbf8ce925 [RECYCLEBIN] tabs to spaces (no code changes)
svn path=/trunk/; revision=68961
2015-09-03 17:40:13 +00:00
..
CMakeLists.txt [CMAKE] 2014-10-17 23:28:29 +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] tabs to spaces (no code changes) 2015-09-03 17:40:13 +00:00
recyclebin.h [RECYCLEBIN] tabs to spaces (no code changes) 2015-09-03 17:40:13 +00:00
recyclebin_generic.c [RECYCLEBIN] tabs to spaces (no code changes) 2015-09-03 17:40:13 +00:00
recyclebin_generic_enumerator.c [RECYCLEBIN] 2014-02-04 10:45:55 +00:00
recyclebin_private.h [RECYCLEBIN] tabs to spaces (no code changes) 2015-09-03 17:40:13 +00:00
recyclebin_v5.c [RECYCLEBIN] tabs to spaces (no code changes) 2015-09-03 17:40:13 +00:00
recyclebin_v5.h [RECYCLEBIN] tabs to spaces (no code changes) 2015-09-03 17:40:13 +00:00
recyclebin_v5_enumerator.c [RECYCLEBIN] tabs to spaces (no code changes) 2015-09-03 17:40:13 +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