mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: copy / cut / paste in iCloudDriver
This commit is contained in:
parent
d336d6eb73
commit
6feaa94ad5
1 changed files with 3 additions and 3 deletions
|
|
@ -4415,7 +4415,7 @@ begin
|
|||
end;
|
||||
|
||||
Operation := SourceFileSource.CreateMoveOperation(
|
||||
Files, ActiveFrame.CurrentPath);
|
||||
Files, ActiveFrame.CurrentRealPath);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
|
@ -4449,13 +4449,13 @@ begin
|
|||
begin
|
||||
Operation := SourceFileSource.CreateCopyOutOperation(
|
||||
ActiveFrame.FileSource, Files,
|
||||
ActiveFrame.CurrentPath);
|
||||
ActiveFrame.CurrentRealPath);
|
||||
end
|
||||
else
|
||||
begin
|
||||
Operation := ActiveFrame.FileSource.CreateCopyInOperation(
|
||||
SourceFileSource, Files,
|
||||
ActiveFrame.CurrentPath);
|
||||
ActiveFrame.CurrentRealPath);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue