Hey @ColinFay & @VincentGuyader,
I'm in the midst of writing supporting functions that determine the appropriate path to a directory depending on whether the golem is being developed or whether it's installed as the directory structure changes once installed.
This mostly includes handling the location of files in the inst directory when developing vs when installed such that file paths work in both instances.
Though I'm thinking you or someone else has already probably encountered this issue before! Are there any existing solutions to making sure file file paths work properly in both states of the package?
Hey @ColinFay & @VincentGuyader,
I'm in the midst of writing supporting functions that determine the appropriate path to a directory depending on whether the
golemis being developed or whether it's installed as the directory structure changes once installed.This mostly includes handling the location of files in the
instdirectory when developing vs when installed such that file paths work in both instances.Though I'm thinking you or someone else has already probably encountered this issue before! Are there any existing solutions to making sure file file paths work properly in both states of the package?