Function component_debug::storage::list

source ·
pub async fn list(
    storage_admin: StorageAdminProxy,
    path: String
) -> Result<Vec<String>>
Expand description

List all directories and files in a component’s storage. Returns a vector of names of the directories and files as strings.

§Arguments

  • storage_admin: The StorageAdminProxy
  • path: A path on the target component