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
public: property DirectoryInfo^ Directory { DirectoryInfo^ get (); }
Value
A DirectoryInfo object representing the parent directory of the
archive.