<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font size="+1"><font face="monospace">Hi again,<br>
        <br>
        Problem. I have made my own package, classes, methods.<br>
        Ok, all is ready to start the real work. But I need to do<br>
        some cleaning and put data files in a reasonably safe directory<br>
        Example: some JSON data file needed by my methods.<br>
        <br>
        The ideal for me would be to put the data files in the same
        directory<br>
        containing the FooBar.pck.st file, or a sub-directory of it.<br>
        <br>
        Now, it would be all easy if i could say <br>
        ----<br>
        FooBar getMyPackageDirectory.<br>
        ----<br>
        <br>
        Up to now i found that<br>
        -----------------<br>
        ou1 _ CodePackageList new.   "# here I can find the loaded
        package list."<br>
        <br>
        Then I could iterate over CodePackage list in 'CodePackageList
        new packages' and check<br>
        the first one containing class 'FooBar'.<br>
        <br>
        What I ask you is this. Can I go in the inverse way? Does<br>
        a Class know who is its ClassCatergory ? Does a ClassCategory<br>
        know who is its package ? <br>
        <br>
        <br>
        bye<br>
        Nicola<br>
        <br>
      </font></font>
  </body>
</html>