VFS.write

Write entire file at given location (overwrite if exists).

class VFS
abstract
void
write
(
string path
,
const(void)[] data
)

Meta