v 1.2.2 tempdir to localfiles

This commit is contained in:
roman
2025-10-12 23:06:31 +02:00
parent e9f6fb58b1
commit 5ad1265dc9
3 changed files with 105 additions and 105 deletions

View File

@@ -15,7 +15,7 @@ namespace Mip
{
static class classDiskOperations
{
public static string TempPath = Application.StartupPath + @"\MipTemp";
public static string TempPath = Path.Combine(Path.GetTempPath(), "MipTemp"); //%userprofile%\appdata\local\temp
public static void CreatePath()
{