mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
works with custom tree dir.
This commit is contained in:
parent
208f1d777b
commit
2813f7ce44
3 changed files with 25 additions and 4 deletions
|
|
@ -73,4 +73,9 @@ BEGIN
|
|||
END;
|
||||
END getConfigTreeVal;
|
||||
|
||||
PROCEDURE setTreeDir*(VAR a: ARRAY OF CHAR);
|
||||
BEGIN
|
||||
vpkEnv.setTreeDir(a)
|
||||
END setTreeDir;
|
||||
|
||||
END vpkConf.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue