Home > @activeviam/activeui-sdk > ContentServer > createFile
ContentServer.createFile property
Create a new file in the specified directory, letting the server specify its name.
Signature:
createFile: (path: ContentServerPath, content: string, owners: PermissionGroups, readers: PermissionGroups) => Promise<void>;