From: "Peña, Botp" Date: 2002-09-14T19:10:10+09:00 Subject: Dir.mkdir to autocreate subdirs Hi Friends: I'd like to run Dir.mkdir("dir1/dir2/dir3") such that it creates lower dirs (dir1, dir2) if they do not exist yet. Is this possible? I am asking since I do not want to re-invent or maybe my docs and ri are not updated :-( Thanks for the help, -botp