Hello,<div><br></div><div>Has anybody written a decent "file finder" in Erlang. Something like the unix 'find' command.</div><div><br></div><div>I want something that:</div><div><br></div><div> - traverse the file system recursively</div>
<div> - applies a function to any filename that matches a regexp</div><div> - correctly handles symlinks</div><div> - should work on all platforms </div><div><br></div><div>I'd like to follow symlinks, but not when they result in a circular path.</div>
<div><br></div><div>I thought I had one, but it turns out not to correctly handle symlinks</div><div><br></div><div>/Joe</div><div><br></div>