FileStream.canWrite

Whether the stream can be written to.

class FileStream
@nogc @safe override @property nothrow
bool
canWrite
()

Return Value

Type: bool

true if you can write data to the stream, false otherwise.

Meta