Skip to content
Version 2.11.0
↓ Get the launcher

IPluginDataStore.List method

Names of existing files in this plugin’s data directory, optionally filtered to those starting with prefix. Returns an empty list on any failure. Names use / as the separator.

public IReadOnlyList<string> List(string? prefix = null)
parameter description
prefix Optional name prefix filter (e.g. "replay/"); null returns all.

Matching file names, relative to the data directory.