Skip to content

Recursive walks down a directory #8814

@prcastro

Description

@prcastro

To work with directories, a nice function to have is walk. It would walk down a directory and its subdirectories, and return a generator. Each step would give the user the current path, the subdirectories in that path, and the files inside that path.

It's similar to the function walk on Python's os library:
https://docs.python.org/2/library/os.html#os.walk

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueIndicates a good issue for first-time contributors to Julia

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions