Reference Library
OpenArchive Method (fullPath)
NamespacesMBNCSUtil.DataMpqServicesOpenArchive(String)
Opens an MPQ archive at the specified path.
Declaration Syntax
C#Visual BasicVisual C++
public static MpqArchive OpenArchive(
	string fullPath
)
Public Shared Function OpenArchive ( _
	fullPath As String _
) As MpqArchive
public:
static MpqArchive^ OpenArchive(
	String^ fullPath
)
Parameters
fullPath (String)
The path to the MPQ archive.
Return Value
An MpqArchive instance representing the archive.
Exceptions
ExceptionCondition
MpqExceptionThrown if there is an error with the MPQ archive.

Assembly: Asgard5Library (Module: Asgard5Library)