[][src]Function safe_app::nfs::create_directory

pub fn create_directory(
    client: &impl Client,
    dir: &MDataInfo,
    contents: BTreeMap<Vec<u8>, SeqValue>,
    perms: BTreeMap<PublicKey, PermissionSet>
) -> Box<dyn Future<Error = NfsError, Item = ()> + 'static>

Create a new directory based on the provided MDataInfo.