Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a file explorer interface for a directory
ResourceFunction["ExploreDirectory"][dir] creates a vertical interface for exploring the first level of the contents of a directory. | |
ResourceFunction["ExploreDirectory"][dir,n] explores to level n. |
Explore the top level:
In[1]:= |
Out[1]= |
Explore two levels deep:
In[2]:= |
Out[2]= |
Explore the 2nd and 3rd levels, showing only two items from each subdirectory:
In[3]:= |
Out[3]= |
Hey Birdnardo, what is in your nest?
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License