X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=blobdiff_plain;f=na-get-lib%2FNaGet.Net%2FDownloadScanner.cs;h=5dc9b7cfb671c11ab1e96e6b88a2f93025f259c9;hp=12912d5366bde9f15593d964a44570056ab015bc;hb=fc7c9403ef4d6fa6cc8ddd2a59546e876ff316b1;hpb=56d8c73d2380061cc6119130fc958a92934af3df diff --git a/na-get-lib/NaGet.Net/DownloadScanner.cs b/na-get-lib/NaGet.Net/DownloadScanner.cs index 12912d5..5dc9b7c 100644 --- a/na-get-lib/NaGet.Net/DownloadScanner.cs +++ b/na-get-lib/NaGet.Net/DownloadScanner.cs @@ -148,6 +148,7 @@ namespace NaGet.Net info.pwzOrigURL = origin; foreach (IOfficeAntiVirus i in scanners) { + if (! System.IO.File.Exists(path)) break; i.Scan(ref info); } return true;