theFile.createNewFile( ); mOutput = new PrintStream( new FileOutputStream( theFile, true ) );
mOutput.close();
mOutput.print( o );
println( o );
mOutput.println( o );