mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +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 interface - 2a: openclose.c: Open/close recycle bins - 2b: refcount.c: Do reference counting on objects - 3: recyclebin_v5.c: Deals with recycle bins of Windows 2000/XP/2003