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

Makes a copy of the current map file associated with this world. This does NOT save map to disk, and does NOT guarantee that the most up-to-date copy of the map was backed up.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public bool SaveBackup(
	string targetName
)

Parameters

targetName
String
Target file name.

Return Value

Whether a backup was created or not.

Exceptions

ExceptionCondition
System..::..ArgumentNullException targetName is null.

See Also