mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Remove symlink to directory directly when move to trash failed (fixes #686)
This commit is contained in:
parent
8904de8ff4
commit
c7dce345a0
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ begin
|
|||
end;
|
||||
if RemoveDirectly = fsoogYes then
|
||||
begin
|
||||
if aFile.IsLinkToDirectory then
|
||||
if aFile.IsLink and aFile.IsDirectory then
|
||||
begin
|
||||
DeleteResult := RemoveDirectoryUAC(FileName);
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue