I am trying to create a file (/data/test/userid/feedid/test.flv)
If that directory does not exist, I get this exception:
java.io.FileNotFoundException
Is there any good way to solve this problem?
I have found commons.io, but there isn't any function that can solve this.