ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
File.write
dmd
root
file
File
Write a file, returning
true
on success.
bool
write
(const(char)* name, void[] data)
struct
File
nothrow extern (
D
) static
bool
write
(
const
(
char
)*
name
,
const
void
[]
data
)
bool
write
(const(char)[] name, void[] data)
bool
write
(const(char)* name, const(void)* data, size_t size)
Meta
Source
See Implementation
dmd
root
file
File
static functions
read
remove
write
structs
ReadResult
Write a file, returning true on success.