FInitQueue
FInitQueue purges the File Manager queue of all I/O requests, except for the current one (if any).
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.