item method

File? item(
  1. int index
)

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

Implementation

external File? item(int index);