4 references to FileExists
WindowsBase (4)
Base\MS\Internal\IO\Zip\ZipArchive.cs (3)
200
if (
FileExists
(zipFileName))
244
if (!
FileExists
(zipFileName))
299
if (
FileExists
(zipFileName)) // is it in central Directory ?
Base\System\IO\Packaging\ZipPackage.cs (1)
170
if (_zipArchive.
FileExists
(partZipName))