mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
@@ -7,7 +7,10 @@ namespace Wox.Infrastructure
|
||||
public static class Wox
|
||||
{
|
||||
public const string Name = "Wox";
|
||||
public const string Plugins = "Plugins";
|
||||
public static readonly string ProgramPath = Directory.GetParent(Assembly.GetExecutingAssembly().Location).ToString();
|
||||
public static readonly string DataPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), Name);
|
||||
public static readonly string UserDirectory = Path.Combine(DataPath, Plugins);
|
||||
public static readonly string PreinstalledDirectory = Path.Combine(ProgramPath, Plugins);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user