Deployment Tools Foundation
Directory Property
Gets the directory that contains the archive.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DirectoryInfo Directory { get; }
Public ReadOnly Property Directory As DirectoryInfo Get
public: property DirectoryInfo^ Directory { DirectoryInfo^ get (); }
Property Value
DirectoryInfo
A DirectoryInfo object representing the parent directory of the archive.
A DirectoryInfo object representing the parent directory of the archive.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.9.1006.0)