pub fn get_dir_stream_content(
    parent: &str,
    subdir: &str,
    file_formats: &[String]
) -> ContentPayload
Expand description

Retrieves content information for a specific directory within a stream.

§Arguments

  • args - A tuple containing a stream identifier, a directory path, and references to two strings.

§Returns

A ContentPayload struct representing the content of the specified directory.