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 StorageAdminProxypath
: A path on the target component