v 1.2.2 tempdir to localfiles
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user