I have a json
and image
files in my projecy directory:
-project
--index.html
--json
----json01.json
----json02.json
I know hot to get the file using http
, but there us a way to list all files url
's in json
directory?
accessing local files is impossible- access-local-files, but this is also apply on project files/folders?
Thanks.