Add library to deal with recycle bin.
[reactos.git] / reactos / lib / recyclebin / readme.txt
1 This library deals with Recycle bin.
2 It is aimed to be compatible with Windows 2000/XP/2003 (at least) on FAT or NTFS volumes.
3
4
5 TODO
6 - Empty a recycle bin containing directories (v5)
7 - Set security on recycle bin folder
8 - Delete files > 4Gb
9
10 3 levels
11 - 1: recyclebin.c: Public interface
12 - 2a: openclose.c: Open/close recycle bins
13 - 2b: refcount.c: Do reference counting on objects
14 - 3: recyclebin_v5.c: Deals with recycle bins of Windows 2000/XP/2003