I am attempting to write a file using java.io, where I am trying to create it at the location \"some/path/to/somewhere/then-my-file\". When the file is being create
\"some/path/to/somewhere/then-my-file\"
Guava also has Files.createParentDirs(File).