I can't find the equivalent of std.stdio : File's isOpen method, which determines if the file handle is open for reading and writing, on vibe.core.file : FileStream.

Does such a method, or equivalent way to check if the stream is open, exist?

Thank you,
--Dylan