Files
mars-dosutils/ncopy.c
Mario Fetka 19afe23651 dosutils: use shared path helper predicates
Replace small local path predicate wrappers with the shared tools.c helpers.

NDIR now uses tool_is_dot_dir() directly and NCOPY uses tool_has_wildcards()
for wildcard checks. More behavior-sensitive NCOPY path helpers are left local
for now to avoid changing path normalization or default handling while NCOPY
remains under investigation.
2026-05-29 09:49:14 +02:00

45 KiB