deleteFile

fun deleteFile(fileHandle: FileHandle)

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

fileHandle

The handle of the file to delete.

Throws

If the CommandQueue has been released.