enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe possible statuses of a FileHandle.
See Also: FileHandle.Status, AsyncReadManager.OpenFileAsync
Closed | The file has been closed. |
Pending | The asynchronous operation to open the file is still in progress. |
Open | The file is open for reading. |
OpenFailed | The request to open this file has failed. You must still dispose of the FileHandle using FileHandle.Close. |