mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Create a symbolic link when extract a ZIP-archive under Windows (issue #2298)
This commit is contained in:
parent
c81160caf0
commit
ea52d64c6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1214,7 +1214,7 @@ begin
|
|||
finally {OutStream}
|
||||
OutStream.Free;
|
||||
end; {OutStream}
|
||||
if not CreateSymLink(LinkTarget, UseName) then
|
||||
if not CreateSymLink(LinkTarget, UseName, UInt32(Item.NativeFileAttributes)) then
|
||||
RaiseLastOSError;
|
||||
except
|
||||
if ExceptObject is EAbUserAbort then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue