Package::Open Method (String)
Opens a package at a given path and file name.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- path
- Type: System::String
The path and file name of the package.
| Exception | Condition |
|---|---|
| ArgumentNullException | path is nullptr. |
ZipPackage is the default package type that is used by the Open method.
This Open method opens the package with default attributes OpenOrCreate, ReadWrite, and None (to specify different attributes use one of the other Open method overloads).
For additional information, see the Open Packaging Conventions (OPC) specification available for download at http://go.microsoft.com/fwlink/?LinkID=71255.
The following example shows how to create a new Package that incorporates PackageRelationship and PackagePart elements together with stored data. For the complete sample, see Writing a Package Sample.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.