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\"
new File("some/path/to/somewhere/then-my-file").getParentFile().mkdirs()