MetaforceInstaller/MetaforceInstaller.Core/Defaults.cs

7 lines
No EOL
247 B
C#

namespace MetaforceInstaller.Core;
public static class Defaults
{
public static readonly string StoragePath =
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + Path.DirectorySeparatorChar + "MetaforceInstaller";
}