dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
File.write
dmd
root
file
File
Write a file, returning
true
on success.
bool
write
(const(char)* name, void[] data)
bool
write
(const(char)[] name, void[] data)
struct
File
nothrow static
bool
write
(
const
(
char
)[]
name
,
const
void
[]
data
)
Meta
Source
See Implementation
dmd
root
file
File
static functions
read
remove
size
update
write
structs
ReadResult
Write a file, returning true on success.