class Build::Files::Path

def mkpath

Recursively create a directory hierarchy for the given path.
def mkpath
	FileUtils.mkpath self
end