Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

How to hide a folder in a compiled library

RBats
2015-06-02
2015-06-02
  • RBats - 2015-06-02

    Hello everybody,

    I am creating a library in which I have several folders containing POUs.
    Is there a way to hide/show folder of this library when the library is added in a project file.
    I would like not to see some folders of the library in the library manager of the .project file.

    Thanks for your answers

     
  • Anonymous - 2015-06-02

    Originally created by: M.Schaber

    Hi, RBats,

    RBats hat geschrieben:
    I am creating a library in which I have several folders containing POUs.
    Is there a way to hide/show folder of this library when the library is added in a project file.
    I would like not to see some folders of the library in the library manager of the .project file.

    As far as I know, there is no possibility to hide folders, but individual POUs can be hidden by butting ```

    {attribute 'hide'}

    ``` in the declaration part - and once all POUs are hidden, the folder itsself should also disappear.

     
  • RBats - 2015-06-02

    Hi,
    Thank you for your response. I have already tried what you suggest.. but it doesn't work.
    I don't think it's possible to hide a folder even if it doesn't include any POUs..

     

Log in to post a comment.