Interface IPlaynitePathsAPI
Describes paths API.
public interface IPlaynitePathsAPI
Properties
ApplicationPath
Gets Playnite's installation path.
string ApplicationPath { get; }
Property Value
ConfigurationPath
Gets path where Playnite's configuration is stored.
string ConfigurationPath { get; }
Property Value
ExtensionsDataPath
Gets path dedicated for plugins to store data.
string ExtensionsDataPath { get; }
Property Value
IsPortable
Gets value indicating whether the application is running in portable mode.
bool IsPortable { get; }