SyntaxFix
Write A Post
Hire A Developer
Questions
It's worth a try for Java 7+:
Files.write(Paths.get("./output.txt"), "Information string herer".getBytes());
It looks promising...