DirHandle
Abstraction on a directory descriptor, to access the content of a directory:
Some useful methods on DirHandle objects:
The special DirHandle
type can be for checking if a given object is really a DirHandle object:
The directory object to which a DirHandle refers, if any, can be obtained with dh.dir
, which may be nil
or a Dir
object.
Last updated