Hello Community,
I have created a snap and it contains configuration files, which are saved under $SNAP_DATA. During the runtime, I want to edit the configuration files in order to integrate other components.
By referring few documentation and example codes, I was able to create an empty folder inside the active configuration. But, I do not know how to map the files under $SNAP_DATA to this folder.ย
First, is it possible to map the files in this way? If yes, please let me know the steps to perform.
Thank you