ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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>;
  • ContentServer.mkDir property
Copyright © 2023 ActiveViam