File

Members

Static functions

read
ReadResult read(const(char)[] name)

Read the full content of a file.

remove
void remove(const(char)* name)

Delete a file.

size
ulong size(char* namez)

Size of a file in bytes.

update
bool update(const(char)* namez, void[] data)
bool update(const(char)[] name, void[] data)

Update file

write
bool write(const(char)* name, void[] data)
bool write(const(char)[] name, void[] data)

Write a file, returning true on success.

Structs

ReadResult
struct ReadResult

Meta