Hey, this is one of my first mails (if not the first), but I&#39;ve been a member of the list for a few months now.<br><br>I am working on a game engine with an interchangeable backend - one of the features is quake-like file handling.<br>
<br>I am working on a PHYSFS backend for file I/O and I have a question:<br>Is PHYSFS_getCdRomDirs() thread-safe?<br>I mean, can I use it from a different thread to create a &quot;non-blocking&quot; listing - so that the program doesn&#39;t get blocked while the CD unit spins up<br>