The item() method of the FileList interface returns a File object representing the file at the specified index in the file list.
item()
external File? item(int index);