SnesRomSave Method

Save the ROM changes to the specified file path.

Definition

Namespace: DevCase.Core.Media.Gaming.RomHacking.SNES
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Save(
	string filePath,
	bool replace
)

Parameters

filePath  String
The ROM file path.
replace  Boolean
If set to , replaces any existing file, otherwise, it will throw throws a IOException if the target file already exists.

Exceptions

IOException The target file already exists.

See Also