FIX: Delete directory with descript.ion file

This commit is contained in:
Alexander Koblov 2020-02-27 17:45:09 +00:00
commit 69fe5c50fd

View file

@ -286,7 +286,10 @@ begin
begin // success
// process comments if need
if gProcessComments then
begin
FDescription.DeleteDescription(FileName);
if mbCompareFileNames(aFile.Name, DESCRIPT_ION) then FDescription.Reset;
end;
if aFile.IsDirectory then
begin