Version: 2021.2
LanguageEnglish
  • C#

FileStatus

enumeration

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

The possible statuses of a FileHandle.

Properties

ClosedThe file has been closed.
PendingThe asynchronous operation to open the file is still in progress.
OpenThe file is open for reading.
OpenFailedThe request to open this file has failed. You must still dispose of the FileHandle using FileHandle.Close.