Version: 2021.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.