The latest version of the dissidents FileIO requester.library is 1.6. The library can be found in the libs drawer on this disk. By clicking on the "Click Me First" icon, a workbench user can copy all of the dissidents libraries to his boot disk. This is necessary to run the demos and programs on this disk. CLI users should CD to this disk and run the InstallLibs program. BUG FIXES ----------- A rather obscure bug was found and corrected. This bug would cause the requester to crash when the user entered a drawer on a disk, and then immediately went to another disk with a file in the root level with the same name as that previous directory. If this sounds weird, it is, but now you no longer have to worry about this unusual set of circumstances occurring. The C Include file, FileIO.h, was missing a definition of one of the library's functions, GetFullPathname(). NEW FEATURES ------------- A new function, PutProjIcon(), has been added so that programs that do nothing more with icons than save a PROJECT icon (for a data file perhaps) need not open the icon library. (That's 6K of C code. BLEECH!) There are new files FileIO.i, FileIO.h, and FileInterface.asm, and requester_lib.fd as a result of this new function. I did not make a new bmap file for AmigaBasic users. That's what the .fd file is for. You do it. Also, for Lattice users, there is a BLink object file for FileInterface.asm since the Lattice assembler doesn't seem to like certain pseudo opcodes that I frequently use with my assembler.