Home > @activeviam/activeui-sdk > ContentServer > mkDir
ContentServer.mkDir property
Create an empty directory at the given path. Set recursive
to true
to reate the directory and its parents if they do not exist.
Signature:
mkDir: (path: ContentServerPath, owners: PermissionGroups, readers: PermissionGroups, recursive?: boolean) => Promise<void>;