[This is preliminary documentation and is subject to change.]

Allows validating the map format while using minimal resources.

Namespace: fCraft.MapConversion
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool Claims(
	string path
)

Parameters

path
String

[Missing <param name="path"/> documentation for "M:fCraft.MapConversion.MapFCMv4.Claims(System.String)"]

Return Value

Returns true if specified file/directory is valid for this format.

Implements

IMapConverter..::..Claims(String)

See Also