@@ -1030,11 +1030,6 @@ namespace CheckDownload
_tempDirectory = Path.Combine(exeDir, "Temp");
if (File.Exists(_tempDirectory))
{
throw new IOException($"无法创建目录,因为已存在同名文件: {_tempDirectory}");
}
if (!Directory.Exists(_tempDirectory))
Directory.CreateDirectory(_tempDirectory);
The note is not visible to the blocked user.