[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# 
bool Claims(
	string path
)

Parameters

path
String

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

Return Value

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

See Also