link_path_long property

Returns the full path to a linked file. Long file name will be used. Read/write str.

Definition:

@property
def link_path_long(self):
    ...

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

See Also