Reference Library
ContainsFile Method (fileName)
NamespacesMBNCSUtil.DataMpqArchiveContainsFile(String)
Determines whether the archive contains the specified file.
Declaration Syntax
C#Visual BasicVisual C++
public bool ContainsFile(
	string fileName
)
Public Function ContainsFile ( _
	fileName As String _
) As Boolean
public:
bool ContainsFile(
	String^ fileName
)
Parameters
fileName (String)
The path to the file relative to the MPQ root.
Return Value
True if the file is contained within the MPQ; otherwise false.

Assembly: Asgard5Library (Module: Asgard5Library)