From: "Daniel Schüle" Date: 2005-11-22T07:12:29+09:00 Subject: Re: mkdirs function? Rob Rypka wrote: > On 11/21/05, Daniel Sch�le wrote: > >>is there a function to make multiple directories >>like os.makedirs in Python? > > > --- > require 'ftools' > > File.makedirs ("/path/that/does/not/exist") thx, that's what I looked for I expected it to be a method of Dir > File.makepath is also a sysnonym. Regards, Daniel