NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsHostLinkPolicy.cs
1namespace NdsForge;
2
5{
10}
NdsHostLinkPolicy
Controls treatment of host reparse points and symbolic links during bounded directory ingestion.
@ Skip
Omits linked files or directory subtrees and reports how many entries were skipped.
@ Reject
Rejects the complete import when any traversed entry redirects outside ordinary directory structure.