delete File
Counterpart to loadFile to free the resources associated to the file handle.
This method is idempotent; calling it multiple times with the same file handle has no additional effect.
Parameters
file Handle
The handle of the file to delete.
Throws
If the CommandQueue has been released.