mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
Something works:D
This commit is contained in:
parent
1f1763abff
commit
173fd486fe
7 changed files with 80 additions and 64 deletions
|
|
@ -1,5 +1,5 @@
|
|||
MODULE PackageResolver;
|
||||
IMPORT FileManager, http, Strings;
|
||||
IMPORT FileManager, http, Strings, Logger;
|
||||
|
||||
CONST ArrayMaxNumber = 10000;
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ BEGIN
|
|||
Strings.Append(fileName, filePath);
|
||||
|
||||
http.get(host, port, filePath, returnValue);
|
||||
|
||||
http.getClean(returnValue, returnValue);
|
||||
(* TODO: introduce write to file functionality *)
|
||||
(* FileManager.CreateDirectory(packageName); *)
|
||||
(* FileManager.Write(packageName + fileName, returnValue); *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue