2009-06-26 01:26:40 UTC
Since external access to your computer is provided by Wii Videocenter, there should be a way to control the sharing of files to only some directory locations. Allowing open access to any directory seems like a security issue.
It looks like a simple filter could be added in Model.java class FilenameFilter.
I have never tried to compile a java file to a class file. Is there a simple way to compile a modified Model.java file to a Model.class file to replace the one in the distribution?