File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/TelegramClient-Core.package/TCCWindowsClient.class Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ downloadArchive
11
11
nextPutAll: response content.
12
12
intermediatePath := FileDirectory default / ' archive.zip' .].
13
13
archive := ZipArchive new readFrom: intermediatePath fullName.
14
- archive extractAllTo: FileDirectory default / self directoryName .
14
+ archive extractAllTo: FileDirectory default.
15
15
archive close.
16
16
intermediatePath delete.
Original file line number Diff line number Diff line change 1
1
accessing
2
2
libraryFilePath
3
3
4
- ^ FileDirectory default / self directoryName / ' tdjson.dll'
4
+ ^ FileDirectory default / ' tdjson.dll'
Original file line number Diff line number Diff line change 1
1
{
2
2
"class" : {
3
3
"directoryName" : " rgw 7/16/2022 18:27" ,
4
- "downloadArchive" : " rgw 7/16/2022 18:26 " ,
4
+ "downloadArchive" : " JK 6/24/2024 09:48 " ,
5
5
"downloadUrl" : " rgw 7/16/2022 18:27" ,
6
- "libraryFilePath" : " 7/16/2022 18:23:35 " ,
6
+ "libraryFilePath" : " JK 6/24/2024 09:47 " ,
7
7
"moduleName" : " js 8/2/2020 13:21" },
8
8
"instance" : {
9
9
"type" : " r.s 7/13/2020 17:31" } }
You can’t perform that action at this time.
0 commit comments