writeBytes


Description:

public bool writeBytes (Path path, uint8[] data)

Writes bytes atomically to the destination path.

Existing file content is replaced as a single operation.

Parameters:

path

destination file path.

data

byte array to write.

Returns:

true on success.