feat: child folder mod locator
will not load child folder named optional or disabled
It is understandable that "disabled" is not loaded, but why is "optional" also considered.
It is understandable that "disabled" is not loaded, but why is "optional" also considered.
i will rewrite them all when i am home
Maybe make the names configurable
On a second thought, maybe make it configurable regex
On a second thought, maybe make it configurable regex
black/white list for scannable folder maybe
oh, my.error
return parent!= null && !("disabled".equalsIgnoreCase(parent.getFileName().toString()) || "optional".equalsIgnoreCase(parent.getFileName().toString()));
Should write a proposal for this, I guess Btw what's the point of white list? IMO blacklist is enough
may crash?
parent != null