Folders

Hi
is it still true that it´s not possible to
create Directories with java, just files?
Because if since 1.4 something concerning this matter changed,
I´d like to know :wink:
If not, what can I do to easily achieve the same thing?
I just want to do something like
createFolder(String path, String dirName);
which creates a directory at the path with the name dirName.
Thanks for help :slight_smile:

File.mkdir?

Thank you.
If this is really in java since 1.0
then someone really told me a nightmare and I believed it :-
This is awesome :smiley:

Haha. Yeah, it’s been around the entire time. Even if it wasn’t you could use Unix commands from within Java.