aplteam / Tatin

Tatin is a package manager for Dyalog APL
MIT License
25 stars 6 forks source link

Add "ASSETS" to the TatinVars namepsace #68

Closed aplteam closed 2 years ago

aplteam commented 2 years ago

A package might know where its assets live, but it should still be possible to access the assets folder dynamically.

At the moment one has to convert the CONFIG text into a namespace and then combine TatinVars.HOME with "assets" from the config file.

aplteam commented 2 years ago

Done, plus a function GetFullPath2AssetFolder, in v0.57.0