temp_files_root_path property

temp_files_root_path property

The root path where temporary files will be created. System temorary directory will be used by default. Hosting process should have permissions to create files and folders there.

Definition:

@property
def temp_files_root_path(self):
    ...

@temp_files_root_path.setter
def temp_files_root_path(self, value):
    ...

See Also