Deployment Tools Foundation
Exists Property
Checks if the file exists within the archive.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override bool Exists { get; }
Public Overrides ReadOnly Property Exists As Boolean Get
public: virtual property bool Exists { bool get () override; }
abstract Exists : bool with get override Exists : bool with get
Property Value
Boolean
True if the file exists, false otherwise.
True if the file exists, false otherwise.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)