Update Utils.cs

This commit is contained in:
2dust 2022-05-12 09:50:48 +08:00
parent 944849a381
commit 50ad643abe

View file

@ -982,7 +982,7 @@ namespace v2rayN
// return path to store temporary files // return path to store temporary files
public static string GetTempPath(string filename = "") public static string GetTempPath(string filename = "")
{ {
string _tempPath = Path.Combine(StartupPath(), "guiTemp"); string _tempPath = Path.Combine(StartupPath(), "guiTemps");
if (!Directory.Exists(_tempPath)) if (!Directory.Exists(_tempPath))
{ {
Directory.CreateDirectory(_tempPath); Directory.CreateDirectory(_tempPath);