RobinsonZ / slate

Final project for CIS 4120/5120 @ Penn
GNU General Public License v3.0
1 stars 2 forks source link

Backend filesystem API #10

Closed RobinsonZ closed 8 months ago

RobinsonZ commented 8 months ago

Writing and plumbing up filesystem interaction APIs:

RobinsonZ commented 8 months ago

Removing "list files in a file/directory tree" for now as the file prompt thing will do one level of directory traversal, which is fine for now (importing purposes). If it's needed later we can re-implement.