How can I read some folders from resources? Currently I have the following structure:
src/
- resources/
--/postman/
---foldera/
----file1.json
----file2.json
---folderb/
----file1.json
----file2.json
Is there any way to read those files?
How can I read some folders from resources? Currently I have the following structure:
src/
- resources/
--/postman/
---foldera/
----file1.json
----file2.json
---folderb/
----file1.json
----file2.json
Is there any way to read those files?