class File(sieve.Struct):
A type that represents a file.
url
path
@property def path(self) -> str:
The local path to the file.