Skip to content
Version 2.11.0
↓ Get the launcher

IPluginDataStore.Read method

Read the named file, or null if it is absent, the name is invalid, or the read fails.

public byte[]? Read(string name)
parameter description
name Relative file name (see type remarks for the allowed shape).

The stored bytes, or null.