method
open
open(*args)
public
The optional enc argument specifies the encoding of the directory. If not specified, the filesystem encoding is used.
With no block, open is a synonym for Dir::new. If a block is present, it is passed aDir as a parameter. The directory is closed at the end of the block, and Dir::open returns the value of the block.