NiceIO
NiceIO copied to clipboard
Ambiguous Combine(params)
Combine(params string[])
and Combine(params NPath[])
are ambiguous when calling Combine()
with a single NPath param, probably due to the implicit NPath-to-string conversion.
(My current workaround is to cast the NPath to a string when passing into Combine)