v 1.2.2 tempdir to localfiles
This commit is contained in:
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.2.1.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.1.0")]
|
||||
[assembly: AssemblyVersion("1.2.2.0")]
|
||||
[assembly: AssemblyFileVersion("1.2.2.0")]
|
||||
|
||||
@@ -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