Version: 2022.3

FileStatus

enumeration

切换到手册

描述

The possible statuses of a FileHandle.

变量

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.