I am getting a file path as an input. I am trying to load a .q file that exists in that location. Is there a way to undo hsym?
Handle: `:/path/to/schemafile.q
Expected output: /path/to/schemaFile.q
I tried ‘value’ but that isn’t working.
I am ultimately trying to save the contents of schemaFile.q in a variable
schemaTab: l /path/to/schemaFile.q
Thanks!