<span style="font-family: Arial; font-size: 13px;">Thanks for your response and the referenced link!  What called my attention about this is that according to the c:help() function c:l() is for both loading and reloading.  Now, I see that from the documentation this is only the case if the given module (e.g., math) is marked/identified as old.  Hence, this reloading is only for module upgrades, as need be.  AFAIK now, then the only way to manually reload any module is to first use code:delete/1 and then c:l/1 again or code:load_file/1.  What do you know!  Then again, if you know of a one step way, please let me know.<br><br>Cheers,<br>Alex<br><br>On 4/15/2018 at 7:34 AM, "bengt" <cean.ebengt@gmail.com> wrote:code:load_file<blockquote style="border-left:solid 1px #ccc;margin-left:10px;padding-left:10px;"><div><div></div><div style="" class="">Greetings,<br class=""><br class="">This is one explanation of *sticky directory*:<br class=""><a class="" target="_blank" href="http://erlang.org/pipermail/erlang-questions/2002-October/005908.html" onclick="window.open('http://erlang.org/pipermail/erlang-questions/2002-October/005908.html');return false;">http://erlang.org/pipermail/erlang-questions/2002-October/005908.html</a><br class=""><br class=""><br class="">bengt<br class=""><br class=""><div><blockquote class=""><div class="">On 13 Apr 2018, at 19:13, Alex Alvarez <alex@xbasics.com> wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family:Arial;font-size:13px;" class=""><div class="">Sorry if this was already asked and I missed it...  While using v20.3.2, after I load a module...</div><div class=""><br class=""></div><div class=""></div><div class="">11> l(math). <br class="">{module,math}</div><div class=""><br class=""></div><div class="">...if I try to reload it again with the same command...<br class=""></div><div class=""><br class=""></div><div class="">12> l(math).<br class=""><br class="">=ERROR REPORT==== 13-Apr-2018::13:09:15 ===<br class="">Can't load module 'math' that resides in sticky dir<br class="">{error,sticky_directory}<br class=""></div><div class=""><br class=""></div><div class="">...I get this error message. It's not particular to any module.  From the error, there seems to be a problem with a stcky bit somewhere.  Although I don't remember having this problem before, who knows, maybe it's just my install.  Has anyone run into this issue recently?<br class=""></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Alex<br class=""></div></span>_______________________________________________<br class="">erlang-questions mailing list<br class="">erlang-questions@erlang.org<br class=""><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br class=""></div></blockquote></div><br class=""></div></div></blockquote></span>