Hi I have a program where I want to read files relative to the binary installed in the bin folder. I have looked at using:
filepath.Abs
os.Getwd()
But this only gives me the folder beneath "src" during.
Eventually I will use:
os.Open(abspath)
How do you read files during runtime?