I have successfully compiled my .erl
files and now the .beam
files are lying down in my working directory. However, for some reason I need to access those files from another directory... more specifically from the parent directory. The hierarchy is : ...\wkdir\ebin\beam_example.beam
, and I wish to access the beam_example.beam
from wkdir
. Is it possible to do this?
Also, I'm using escript, so a valid import may be very likely to solve this problem, though I just can't figure that out.