FilePickerFile Properties id(int) – TBD name(str) – File name without a path. path(str | None) – Full path to a file. size(int) – File size in bytes. Properties# id instance-attribute # id: int TBD name instance-attribute # name: str File name without a path. path class-attribute instance-attribute # path: str | None = None Full path to a file. Note Works for desktop and mobile only. Will be None in web mode. size instance-attribute # size: int File size in bytes.