-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
good first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to Julia
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueIndicates a good issue for first-time contributors to JuliaIndicates a good issue for first-time contributors to Julia