path_tail property

path_tail property

Tailing part(after sequence numbers) of file path. It should include extension of file name.

Definition:

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

See Also