v2ray_win_temp 2 guiTemp

pull/2328/head
2dust 2022-05-12 09:49:04 +08:00
parent 6f485141f0
commit 944849a381
1 changed files with 1 additions and 1 deletions

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(), "v2ray_win_temp"); string _tempPath = Path.Combine(StartupPath(), "guiTemp");
if (!Directory.Exists(_tempPath)) if (!Directory.Exists(_tempPath))
{ {
Directory.CreateDirectory(_tempPath); Directory.CreateDirectory(_tempPath);