Table of Contents

Interface IPlaynitePathsAPI

Namespace
Playnite.SDK
Assembly
Playnite.SDK.dll

Describes paths API.

public interface IPlaynitePathsAPI

Properties

ApplicationPath

Gets Playnite's installation path.

string ApplicationPath { get; }

Property Value

string

ConfigurationPath

Gets path where Playnite's configuration is stored.

string ConfigurationPath { get; }

Property Value

string

ExtensionsDataPath

Gets path dedicated for plugins to store data.

string ExtensionsDataPath { get; }

Property Value

string

IsPortable

Gets value indicating whether the application is running in portable mode.

bool IsPortable { get; }

Property Value

bool