Menu

Module not seen when in sub folders

Help
2009-01-24
2013-04-26
  • Billy D. Mitchell, Jr.

    I wanted to place my modules in a sub folder to keep them separate from the main code work.

    I have two separate projects going right now and have to place a copy of the module in the root folder for each project. I have gone through the help from the plug in but I don't see anything that tells me how to do something like this:

    $import /subfolder/my_module.lslm();

    Is this possible or am I just missing something?

    Also, I love this tool, I was using LSLEditor and this one beats it hands down.

    Thank you.

     
    • None

      None - 2009-01-24

      Hi,

      The notation is:

      $import subfolder.mymodule.lslm();

      i.e. dots separate nodes in the path (like, for example, in Java or Haskell).

       

Log in to post a comment.