Exists Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Exists Property
Checks if the file exists within the archive.
Declaration Syntax
C# Visual Basic Visual C++
public override bool Exists { get; }
Public Overrides ReadOnly Property Exists As Boolean
	Get
public:
virtual property bool Exists {
	bool get () override;
}
Property Value
Boolean
True if the file exists, false otherwise.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)