<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Currently with the Arch Linux package for PhysicsFS 3.0.0, links
      appear to not be found with PHYSFS_mount, even though symbolic
      links are permitted.</p>
    <p>I have not yet set up a specific test case, but the full (and
      rather large) code can be found at
      <a class="moz-txt-link-freetext" href="https://github.com/jdolan/quetoo/blob/master/src/filesystem.c">https://github.com/jdolan/quetoo/blob/master/src/filesystem.c</a></p>
    <p>If I try to mount a directory that is a symlink,
      PHYSFS_getLastError reports "unsupported". Using a hard copy
      instead of a link resolves this issue.</p>
    <p>Personally I have not tested, but other people I know say that
      links do work on Windows with PhysicsFS 3.0.0.<br>
    </p>
  </body>
</html>