singlestoredb.management.files.FileSpace.mkdir

FileSpace.mkdir(path: str | PathLike[str], overwrite: bool = False) FilesObject

Make a directory in the file space.

Parameters:
  • path (Path or str) – Path of the folder to create

  • overwrite (bool, optional) – Should the file path be overwritten if it exists already?

Return type:

FilesObject