Class GamePaths
- Namespace
- Vintagestory.API.Config
- Assembly
- VintagestoryAPI.dll
public static class GamePaths
- Inheritance
-
GamePaths
- Inherited Members
Fields
AllowedNameChars
public static string AllowedNameChars
Field Value
CustomLogPath
public static string CustomLogPath
Field Value
DataPath
public static string DataPath
Field Value
DefaultSaveFilenameWithoutExtension
public static string DefaultSaveFilenameWithoutExtension
Field Value
Properties
AssetsPath
public static string AssetsPath { get; }
Property Value
BackupSaves
public static string BackupSaves { get; }
Property Value
Backups
public static string Backups { get; }
Property Value
Binaries
public static string Binaries { get; }
Property Value
BinariesMods
public static string BinariesMods { get; }
Property Value
Cache
public static string Cache { get; }
Property Value
Config
public static string Config { get; }
Property Value
DataPathMods
public static string DataPathMods { get; }
Property Value
DataPathServerMods
public static string DataPathServerMods { get; }
Property Value
Logs
public static string Logs { get; }
Property Value
Macros
public static string Macros { get; }
Property Value
ModConfig
public static string ModConfig { get; }
Property Value
OldSaves
public static string OldSaves { get; }
Property Value
PlayerData
public static string PlayerData { get; }
Property Value
Saves
public static string Saves { get; }
Property Value
Screenshots
public static string Screenshots { get; }
Property Value
Videos
public static string Videos { get; }
Property Value
Methods
EnsurePathExists(string)
public static void EnsurePathExists(string path)
Parameters
pathstring
EnsurePathsExist()
public static void EnsurePathsExist()
IsValidName(string)
public static bool IsValidName(string s)
Parameters
sstring
Returns
RemoveUsername(string)
Remove username from paths printed in log files
public static string RemoveUsername(string path)
Parameters
pathstring
Returns
ReplaceInvalidChars(string)
public static string ReplaceInvalidChars(string filename)
Parameters
filenamestring