mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 12:59:56 +01:00
* small bugfix, was never prepending path to files, so they were never actually deleted!
This commit is contained in:
parent
14fedc549e
commit
44282db5a5
@ -235,7 +235,7 @@ begin
|
||||
begin
|
||||
if MatchesMask(Dir.Name,hp^.mask) then
|
||||
begin
|
||||
EraseFile(Dir.Name);
|
||||
EraseFile(BaseDir+Dir.Name);
|
||||
inc(hp^.Files);
|
||||
inc(hp^.Size,Dir.Size);
|
||||
break;
|
||||
@ -266,7 +266,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2002-02-27 16:32:08 carl
|
||||
Revision 1.5 2002-03-02 23:21:32 carl
|
||||
* small bugfix, was never prepending path to files, so they were never actually deleted!
|
||||
|
||||
Revision 1.4 2002/02/27 16:32:08 carl
|
||||
+ make it work on other platforms
|
||||
+ added OS/2 masks
|
||||
- remove log
|
||||
|
||||
Loading…
Reference in New Issue
Block a user