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 # id: int TBD name # name: str File name without a path. path # path: str | None = None Full path to a file. Note Works for desktop and mobile only. Will be None in web mode. size # size: int File size in bytes.