<li>Appending <CODE>/</CODE> and the bit after dot gives <var>very_lon/html</var>
<li>Taking the 10 leftmost characters gives a final value of <var>very_lon/h</var>
</ul>
<h2>Directory limits</h2>
RISC OS suffers from has a slight problem when transfering files from other machines (Especially unix boxes as many http servers are) and that is the limit of 77 files per directory.
<P>
To get round this problems in Webster looks in the driectory specified first. If the file is not their it looks in directories of the same name with the addition of a number between 2 and 4.
<P>e.g. The file <quote>$.file.books.AtoZ</quote> will be searched for in the following places.
<ol>
<LI>$.file.books.AtoZ
<LI>$.file.books2.AtoZ
<LI>$.file.books3.AtoZ
<LI>$.file.books4.AtoZ
</ol>
This allows 308 files to be in the same directory as far as Webster is concerned.
<P>
<dl>
<dt>NOTE <dd>This translation is only ever applied to the last directory in any filename. This means any directories in the <quote>books2</quote> directory would never be searched.
</dl>
<h2>Absolute and Relative links</h2>
Absolute links are taken to start from the root direcory of the Disc or Archive that the current file is held on (assuming the position of the Archive is indicated by a <quote>$</quote> in the filename)
<p>
Relative links are translated correctly, with the exception of URLs starting with tilde (<code>~</code>) which strictly speaking should use a specified directory in a users home directory. The username being immediately after the tilde (<code>~</code>).
As RISC OS has no concept of users, all URLs starting in a tilde (<code>~</code>) are taken to have a / at the front making them absolute, i.e. they then point to a directory or file starting with a tilde.
<hr><address><A HREF="author.html">Andrew Pullan</A>, 11th February 1995</address>