gofr-dev / gofr

An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
https://gofr.dev
Apache License 2.0
1.83k stars 156 forks source link

Support ReadDir, ChDir and Stat to perform Dir related operations #919

Closed vipul-rawat closed 2 weeks ago

vipul-rawat commented 1 month ago

Currently, the filesystem does not have the reading the directory functionality to find information about the directory contents, similar to os.ReadDir()

Edit: Found some more missing functions that could be useful in a fileSystem - ChDir(to change the dir), Stat(to retrieve information about a file or dir)

coolwednesday commented 1 month ago

@vipul-rawat Please, assign the issue to me.

Umang01-hash commented 1 month ago

@vipul-rawat Please, assign the issue to me.

Assigned!