aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2020-03-20 04:49:45 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2020-03-20 04:49:45 +0200
commit1b9f835cb035e365808c1d0d9d85672d0614cbbd (patch)
treec86a31bf039efffa6cf5a092e10c732f74cb3aed /Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem
parentd2c68a8f4d522b1b27a3ccfb28673c4053975169 (diff)
downloadTango-1b9f835cb035e365808c1d0d9d85672d0614cbbd.tar.gz
Tango-1b9f835cb035e365808c1d0d9d85672d0614cbbd.zip
Folder download
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/FileSystem/DefaultFileSystemService.cs2
1 files changed, 1 insertions, 1 deletions
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)