<div dir="ltr">Hallo Peter,<div><br></div><div>> Also pattern matching algorithm has a bug. E.G. System.Directory *.Mod~</div><div>> does not show Modules.Mod. If someone has a clever implementation,</div><div>> please let me know. For the Linux kernel side I will implement it.</div><div><br></div><div>You mean OLR.Modules.Mod ( and some others).</div><div><br></div><div>I was having my sunday afternoon fun :)</div><div><br></div><div>Is this bug to be found in (OLR.)Find.Mod ?</div><div><br></div><div>If so, tell me what the filename is supposed to be here:</div><div> --Domain*;<span class="" style="white-space:pre">        </span>(* {filename} ~ *)-- </div><div><br></div><div>Then I will have a look.</div><div>PROCEDURE BrowseFile(filename: ARRAY OF CHAR);<br></div><div>does not look like rocket science to me.</div><div><br></div><div>Cheers,</div><div><br></div><div>j.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 25, 2015 at 11:24 AM, Peter Matthias <span dir="ltr"><<a href="mailto:PeterMatthias@web.de" target="_blank">PeterMatthias@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Am 23.09.2015 um 17:26 schrieb Peter Easthope:<br>
> Hello,<br>
><br>
> In OLR, has anyone found a way to store user data separately<br>
> from OLR system data? As a specific example, OLR is installed<br>
> in /home/peter/olr on the HDD. User data is in a SDHC card.<br>
> The SDHC can be mounted at /home/peter/olr/SDHC.<br>
><br>
> ls /home/peter/olr/SDHC/* shows the contents of the SDHC.<br>
> System.Directory ./SDHC/* ~ shows nothing.<br>
><br>
> Does anyone have a clever solution?<br>
<br>
</span>Hi Peter,<br>
<br>
I was out for holidays, so the answer a little bit later:<br>
<br>
System.Directory does not show the files in the ./SDHC directory. Only<br>
flat files. However, you can open and store the files of that directory<br>
using the filename with the directory. E.g. Edit.Open ./SDHC/Test.Text ~<br>
as long as filename length is not exceeded. "." and "/" at the beginning<br>
work, "~" at the beginning does not work as this is evaluated in the<br>
shell and not in the kernel.<br>
<br>
Also pattern matching algorithm has a bug. E.G. System.Directory *.Mod~<br>
does not show Modules.Mod. If someone has a clever implementation,<br>
please let me know. For the Linux kernel side I will implement it.<br>
<br>
Regards,<br>
Peter<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
</div></div></blockquote></div><br></div>