Something works:D

This commit is contained in:
Ruben Shekspir 2019-05-11 21:51:55 +04:00
parent 1f1763abff
commit 173fd486fe
7 changed files with 80 additions and 64 deletions

View file

@ -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); *)