mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Delete directory with descript.ion file
This commit is contained in:
parent
6ce6e25655
commit
69fe5c50fd
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue