Interface Directory

A directory in the file system.

interface Directory ;

Methods

NameDescription
close ()
contents () Get directory contents as a range. This range should be lazily evaluated when practical. The entries "." and ".." are skipped.