file_path property

file_path property

The attachment relative path, e.g. folder/file.docx, or the filename when the file is located in the root of an archive, in an e‑mail message, or a data file.

Definition:

@property
def file_path(self):
    ...
@file_path.setter
def file_path(self, value):
    ...

See Also