Update TemporaryFile to be stored in .../Kelwin/
This commit is contained in:
@ -6,6 +6,7 @@ using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.IO;
|
||||
|
||||
namespace WGneu {
|
||||
public partial class App : Application {
|
||||
@ -15,6 +16,7 @@ namespace WGneu {
|
||||
|
||||
public App() : base() {
|
||||
System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
|
||||
Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "Kelwin"));
|
||||
MainDispatcher = Dispatcher;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user