GT6 continued…
I have the file reads working in a jar with an InputStreamReader(Class.class.getResaourceAsStream(filename))
now how do I turn around and write to that file using the Class and the reference point for file lcoation?
Have tried BufferedWriter to the file, but it requires a full path(c:…) instead of knowing where I am at in the folder tree based on the class calling the save method.
M