file_name property

FieldDatabase.file_name property

Gets or sets the complete path and file name of the database

@property
def file_name(self) -> str:
    ...

@file_name.setter
def file_name(self, value: str):
    ...

See Also