Class type Seqdb_fsys_types.file_system_iterator


class type ['a] file_system_iterator = object .. end
An iterator for a file system walks over all files.

method start : unit -> 'a file_system_iteration
Starts a fresh iteration. Raises End_of_file if there is no file at all.