Subversion Repositories recyclebinunit

Compare Revisions

No changes between revisions

Regard whitespace Rev 73 → Rev 74

/trunk/Recycle Bin Unit/Changelog.txt
1,7 → 1,14
=== Changelog ===
 
2015-09-28 (current version)
=== Changelog RecBinUnit v1 ===
 
ATTENTION! This unit is not developed anymore.
Please use the new version RecBinUnit2.pas , which is Object-oriented.
 
2016-07-01 (current version)
+ RecyclerRemoveItem() does now correctly delete directories.
 
2015-09-28
 
+ Added support for Windows NT4:
a) Allowing INFO(1) files in SID-based recycle bins
b) Allowing to convert SIDs using NTDLL, if ADVAPI32 fails
/trunk/Recycle Bin Unit/RecyclerFunctions.pas
1,12 → 1,18
 
// ********************************************************************************
// **** ATTENTION! This unit is not developed anymore. *****
// **** Please use the new version RecBinUnit2.pas , which is Object-oriented *****
// ********************************************************************************
 
////////////////////////////////////////////////////////////////////////////////////
// RECYCLE-BIN-FUNCTIONS BY DANIEL MARSCHALL //
// E-MAIL: info@daniel-marschall.de //
// WEB: www.daniel-marschall.de //
////////////////////////////////////////////////////////////////////////////////////
// Revision: 28 SEP 2015 //
// Revision: 01 JUL 2016 //
// This unit is freeware, but please link to my website if you are using it! //
////////////////////////////////////////////////////////////////////////////////////
// Successful tested with: //
// Successfully tested with: //
// Windows 95b (without IE4 Shell Extensions) //
// Windows 95b (with IE4 Shell Extensions) //
// Windows 98-SE //
3125,7 → 3131,7
 
function RecyclerLibraryVersion: string;
begin
result := 'ViaThinkSoft Recycle Bin Unit [05 JUL 2010]';
result := 'ViaThinkSoft Recycle Bin Unit [01 JUL 2016]';
end;
 
end.
/trunk/Recycle Bin Unit
Property changes:
Added: svn:global-ignores
+*.dcu