Function dropbox_sdk::files::create_folder[][src]

pub fn create_folder(
    client: &impl UserAuthClient,
    arg: &CreateFolderArg
) -> Result<Result<FolderMetadata, CreateFolderError>>
👎 Deprecated:

replaced by create_folder_v2

This is supported on crate feature dbx_files only.

Create a folder at a given path.