Rob Rypka wrote: > On 11/21/05, Daniel Sche <uval / rz.uni-karlsruhe.de> 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