<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think you must use `-file("real/path", Line).' (where Line is an integer literal). The version with arity 1 (just the file name) is probably just treated as an unknown user-defined attribute and ignored.</blockquote>


<div><br></div><div>Thanks! I have tried the following snippet, still with no success:</div><div><br></div><div><div>1> Code = [{attribute,1,file,{"real/path",1}},{attribute,1,module,demo}].</div><div>2> Tuple = compile:forms(Code).</div>


<div>3> code:load_binary(demo, "real/path", element(3, Tuple)).</div><div>4> demo:module_info().</div><div><br></div></div><div>module_info still returns pwd as source. I must add I am using R15B.</div></div>