File

struct File {
int _ref;
ubyte* buffer;
size_t len;
const(FileName)* name;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

read
bool read()
write
bool write()

Write a file.

Meta