This is experimental documentation.
Opens an MPQ archive at the specified path.

C# | Visual Basic | Visual C++ |
public static MpqArchive OpenArchive( string fullPath )
Public Shared Function OpenArchive ( _ fullPath As String _ ) As MpqArchive
public: static MpqArchive^ OpenArchive( String^ fullPath )

- fullPath (String)
- The path to the MPQ archive.

An MpqArchive instance representing the archive.

Exception | Condition |
---|---|
MpqException | Thrown if there is an error with the MPQ archive. |
Assembly: Asgard5Library (Module: Asgard5Library)