file_path property

file_path property

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

Definition:

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

See Also