mirror of https://github.com/2dust/v2rayN
UnauthorizedAccessException to Exception
parent
23dd140921
commit
2b5cbb5e74
|
@ -684,7 +684,7 @@ namespace ServiceLib.Common
|
||||||
File.Create(fileName).Close();
|
File.Create(fileName).Close();
|
||||||
File.Delete(fileName);
|
File.Delete(fileName);
|
||||||
}
|
}
|
||||||
catch (UnauthorizedAccessException)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue