Skip to content
Version 2.11.0
↓ Get the launcher

IPluginDataStore.Write method

Write data to the named file, overwriting any existing content. No-op on IO failure.

public void Write(string name, byte[] data)
parameter description
name Relative file name (see type remarks for the allowed shape).
data The bytes to store.