mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 20:42:10 +00:00
Update Utils.cs
This commit is contained in:
parent
944849a381
commit
50ad643abe
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ namespace v2rayN
|
|||
// return path to store temporary files
|
||||
public static string GetTempPath(string filename = "")
|
||||
{
|
||||
string _tempPath = Path.Combine(StartupPath(), "guiTemp");
|
||||
string _tempPath = Path.Combine(StartupPath(), "guiTemps");
|
||||
if (!Directory.Exists(_tempPath))
|
||||
{
|
||||
Directory.CreateDirectory(_tempPath);
|
||||
|
|
Loading…
Reference in a new issue