works with custom tree dir.

This commit is contained in:
Norayr Chilingarian 2022-01-20 01:04:00 +04:00
parent 208f1d777b
commit 2813f7ce44
3 changed files with 25 additions and 4 deletions

View file

@ -73,4 +73,9 @@ BEGIN
END;
END getConfigTreeVal;
PROCEDURE setTreeDir*(VAR a: ARRAY OF CHAR);
BEGIN
vpkEnv.setTreeDir(a)
END setTreeDir;
END vpkConf.