ID:1999339
 
Applies to:
Status: Open

Issue hasn't been assigned a status value.
I am trying to cache an entire directory with many many sub directories inside of more sub directories. Would it be feasible to slightly tweak browse_rsc to give the option to cache all child directories inside the specified?
I'm not sure that it would. Typically this is used with cache files, and while those retain their relative path info, there's no such thing as a "directory" cache file with info about which files are beneath it.

This is easy to work around via a hard-coded list and a loop, though.