From 944849a381cf9c4c9acc0ee0528c70ac2369102f Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 12 May 2022 09:49:04 +0800 Subject: [PATCH] v2ray_win_temp 2 guiTemp --- v2rayN/v2rayN/Tool/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/v2rayN/Tool/Utils.cs b/v2rayN/v2rayN/Tool/Utils.cs index afe8d8ff..825b0069 100644 --- a/v2rayN/v2rayN/Tool/Utils.cs +++ b/v2rayN/v2rayN/Tool/Utils.cs @@ -982,7 +982,7 @@ namespace v2rayN // return path to store temporary files public static string GetTempPath(string filename = "") { - string _tempPath = Path.Combine(StartupPath(), "v2ray_win_temp"); + string _tempPath = Path.Combine(StartupPath(), "guiTemp"); if (!Directory.Exists(_tempPath)) { Directory.CreateDirectory(_tempPath);