Version: 2022.1
言語: 日本語
public bool IsValid ();

戻り値

bool True, if this FileHandle represents an open file; otherwise, false.

説明

Reports whether this FileHandle instance is valid.

A FileHandle is invalid if the open operation failed or the FileHandle has been closed. (Creating a new FileHandle object is also invalid.)