IFileList public interface IFileList Represents a list of files. http://dev.w3.org/2006/webapi/FileAPI/#dfn-filelist Documentation Code IFile this[int index] { get; } Gets the file at the specified index. int Length { get; } Gets the number of files in the list.