How to recursive creating folder structure in java

Hi all,Any idea of recursive creating folder?Let say I want to create a file structure:c:/aaa/bbb/ccc/dddThanks a lot.
[153 byte] By [anlipsa] at [2007-11-27 1:26:32]
# 1
File.mkdirs()e.g.new File("c:/aaa/bbb/ccc/ddd").mkdirs();Message was edited by: sabre150
sabre150a at 2007-7-12 0:21:21 > top of Java-index,Core,Core APIs...
# 2
Why did I bother!
sabre150a at 2007-7-12 0:21:21 > top of Java-index,Core,Core APIs...
# 3
why do any of us bother?
ejpa at 2007-7-12 0:21:21 > top of Java-index,Core,Core APIs...