item

fun item(index: Int): File?(source)

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

MDN Reference