ISFDataBase.get_mkdtemp

data_base.isf_data_base.ISFDataBase.get_mkdtemp(prefix='', suffix='')

Create a temporary directory in the data_base

Parameters:
prefix : str, optional

The prefix of the temporary directory. Defaults to ''.

suffix : str, optional

The suffix of the temporary directory. Defaults to ''.

Returns:

The path to the temporary directory.

Return type:

pathlib.Path