From 1b9f835cb035e365808c1d0d9d85672d0614cbbd Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Fri, 20 Mar 2020 04:49:45 +0200 Subject: Folder download --- .../PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs index 30d473677..cf7a21e13 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs @@ -134,7 +134,7 @@ namespace Tango.PPC.Common.FileSystem await receiver.SendGenericResponse(new FolderDownloadResponse() { OperationId = operation.Id, - Length = new FileInfo(request.Path).Length + Length = new FileInfo(tempFile).Length }, token); } catch (Exception ex) -- cgit v1.3.1