2023-07-31, 14:48
For example, I use this bit to get the folders inside of a directory:
but how do I get to the files INSIDE of the folder? I need the full paths of each file in the folder.
I tried to look it up in the wiki but it's not clear to me.
I appreciate some help.
Thanks a lot!
json:json_season = JSON_req = {"jsonrpc":"2.0",
"id":1,
"method":"Files.GetDirectory",
"params":{"directory":path/to/directory, "media":"files"}}
but how do I get to the files INSIDE of the folder? I need the full paths of each file in the folder.
I tried to look it up in the wiki but it's not clear to me.
I appreciate some help.
Thanks a lot!