NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsFileCollisionPolicy.cs
1namespace NdsForge;
2
NdsFileCollisionPolicy
Controls how a host-directory import handles a file path already present in the NitroFS recipe.
@ Replace
Replaces the existing payload while preserving its logical NitroFS path.
@ KeepExisting
Retains the existing builder-owned payload and counts the staged host file as skipped.
@ Fail
Rejects the complete import before any staged directory or file is applied.