NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsOverwritePolicy.cs
1namespace NdsForge;
2
5{
8
11
14}
15
NdsOverwritePolicy
Controls how extraction handles existing regular files.
@ Overwrite
Atomically replace an existing regular file where supported.
@ Skip
Omits linked files or directory subtrees and reports how many entries were skipped.
@ Fail
Rejects the complete import before any staged directory or file is applied.