Reference Library
GetListFile Method
NamespacesMBNCSUtil.DataMpqArchiveGetListFile()()()()
Gets the full text of the MPQ list file.
Declaration Syntax
C#Visual BasicVisual C++
public string GetListFile()
Public Function GetListFile As String
public:
String^ GetListFile()
Return Value
A string containing the full text of the list file.
Remarks

In later versions of Blizzard's games, the developers included a file called "(listfile)" in most MPQ archives identifying the names of the files contained in the MPQ (since they are hashed and therefore unavailable otherwise).

Exceptions
ExceptionCondition
MpqExceptionThrown if the list file is not located.

Assembly: Asgard5Library (Module: Asgard5Library)