I am trying to create a file on the filesystem, but I keep getting this exception:
java.io.IOException: No such file or directory
I have an
Try with
f.mkdirs() then createNewFile()
createNewFile()