Listing invisible files
-
I noticed that the [c]rr_filelist[/c] call omits files with names beginning with [c].[/c] (a period character). This makes some sense, but can leave you in the unfortunate situation of not being able to delete a directory because it isn't empty, but also not being able to see the invisible files preventing the deletion.
I'm building some software that calls the HTTP endpoints directly, so I'm not concerned about DWC at the moment. Perhaps a query parameter could be added that includes these files? (Alternatively, always include them and let DWC filter them out if it wants)