phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
File.isOpen
std
stdio
File
Returns
true
if the file is opened.
struct
File
@
property
const @
safe
pure nothrow
bool
isOpen
(
)
Meta
Source
See Implementation
std
stdio
File
constructors
this
functions
byChunk
byLine
byLineCopy
clearerr
close
detach
fdopen
flush
getFP
lock
lockingBinaryWriter
lockingTextWriter
opAssign
open
popen
rawRead
rawWrite
readf
readln
reopen
rewind
seek
setvbuf
sync
tryLock
unlock
windowsHandleOpen
write
writef
writefln
writeln
properties
eof
error
fileno
isOpen
name
size
tell
windowsHandle
static functions
tmpfile
wrapFile
structs
LockingTextWriter
templates
byRecord
Returns true if the file is opened.