file_path property

file_path property

Gets or sets the referenced resource’s file path or URL.

Definition:

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

See Also