absolute_path property

absolute_path property

Gets and sets the absolute path of the file.

Remarks

Only used for external links.

Definition:

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

See Also