I made minor changes to the code. Only absolute paths that start with wiifiles in any drive can be accessed.
Examples of directories that can be traversed:
c:\wiifiles
c:\\wiifiles\whatever\whatever
d:\\wiifiles\fishheads
To use just replace the same named distribution files with the ones in the zip file. The zip file can be found in avs forum post...
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...