omniClientCreateFolder

Defined in OmniClient.h

OmniClientRequestId omniClientCreateFolder(char const *url, void *userData, OmniClientCreateFolderCallback callback)

Create a folder.

Returns eOmniClientResult_ErrorAlreadyExists if the URL already exists (note that it may not actually be a folder!)

Note

If this function is called after omniClientShutdown, kInvalidRequestId will be returned, and the callback will not be called.