mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002248] Multiple errors and issues with file operations on Webdav
This commit is contained in:
parent
57de7569ba
commit
032c4dc095
1 changed files with 2 additions and 5 deletions
|
|
@ -485,11 +485,8 @@ var
|
|||
TargetFileSource: IFileSource;
|
||||
begin
|
||||
TargetFileSource := Self;
|
||||
theTargetFiles.Path:= FCurrentAddress + theTargetFiles.Path;
|
||||
Result := TGioSetFilePropertyOperation.Create(
|
||||
TargetFileSource,
|
||||
theTargetFiles,
|
||||
theNewProperties);
|
||||
if not StrBegins(theTargetFiles.Path, FCurrentAddress) then theTargetFiles.Path:= FCurrentAddress + theTargetFiles.Path;
|
||||
Result := TGioSetFilePropertyOperation.Create(TargetFileSource, theTargetFiles, theNewProperties);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue