FInitQueue
FInitQueue Clear en queued File Manager calls
#include <Files.h> File Manager
void FInitQueue( );
FInitQueue purges the File Manager queue of all I/O requests, except for the
current one (if any).
Returns: none

Notes: FInitQueue is useful when several asynchronous calls are queued and an
error occurs on one of the early calls. Use it to ditch the subsequent calls to
avoid having to handle the errors that are sure to occur.