Operations.write

Write the given data to the file.

class Operations
int
write
(
const(char)[] path
,
in ubyte[] data
,
ulong offset
)

Parameters

path
Type: const(char)[]

The path to the file to write.

offset
Type: ulong

An offset to start writing at.

Return Value

Type: int

The amount of bytes written.

Meta