[][src]Function safe_core::nfs::create_directory

pub async fn create_directory<'_, '_>(
    client: &'_ impl Client + Sync,
    dir: &'_ MDataInfo,
    contents: MDataSeqEntries,
    perms: BTreeMap<PublicKey, MDataPermissionSet>
) -> Result<(), NfsError>

Create a new directory based on the provided MDataInfo.