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 StorageAdminProxypath
: The name of a new directory on the target component