in reply to Re: How do I recursively create a directory tree/filesystem?
in thread How do I recursively create a directory tree/filesystem?
That's not exactly what the program was intended to do. It appears to attempt to create a directory tree, where each directory contains two more directories (a and b) to a depth of three directories. mkpath would work, but it would have to be fed a list of directories that would probably most easily be generated by recursion.