Function list_render_files
Source pub fn list_render_files(storage_dir: &Path) -> Result<Vec<String>, Error>
Expand description
List the filenames currently present under the renders/ subdirectory.
Used by the orphan sweeper.
ยงErrors
Returns Error::Io if the directory cannot be read.