dmd.common.file

File utilities.

Functions and objects dedicated to file I/O and management. TODO: Move here artifacts from places such as root/ so both the frontend and the backend have access to them.

Members

Functions

touchFile
bool touchFile(char* namez)

Touch a file to current date

Static functions

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

Write a file, returning true on success.

Structs

FileMapping
struct FileMapping(Datum)

Encapsulated management of a memory-mapped file.

Meta