There was an error while loading. Please reload this page.
1 parent 7830b15 commit 51949dcCopy full SHA for 51949dc
example/src/main/java/org/linguafranca/pwdb/kdbx/QuickStart.java
@@ -84,6 +84,7 @@ public void saveKdbx() throws IOException {
84
}
85
86
// save to a file with password "123"
87
+ new File("testOutput").mkdirs();
88
try (FileOutputStream outputStream = new FileOutputStream("testOutput/test.kdbx")) {
89
database.save(new KdbxCreds("123".getBytes()), outputStream);
90
0 commit comments