def generate_files(path)
    trail = path.split("/")
    return "" if trail.length < 2

    base  = @basename