pub async fn make_directory(
    storage_admin: StorageAdminProxy,
    path: String
) -> Result<()>
Expand description

Create a new directory in a component’s storage.

§Arguments

  • storage_admin: The StorageAdminProxy
  • path: The name of a new directory on the target component