mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 05:38:51 +00:00
delete temporary file
This commit is contained in:
parent
9a8b4593e1
commit
359c6e0f02
1 changed files with 4 additions and 0 deletions
|
@ -94,6 +94,10 @@ namespace v2rayN.Tool
|
|||
}
|
||||
}
|
||||
}
|
||||
if (File.Exists(fileName))
|
||||
{
|
||||
File.Delete(fileName);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue