File library that help creating paths
Posted
by Skeptic
on Stack Overflow
See other posts from Stack Overflow
or by Skeptic
Published on 2010-03-31T00:07:39Z
Indexed on
2010/03/31
0:13 UTC
Read the original article
Hit count: 642
java
I'm looking for a file utilities library that help creating paths, i.e. if I want to create a file in "a/b/c/x/y/z", it will check if each directory exists and creates it if not.
© Stack Overflow or respective owner