# fs.readdir.options
options for readdir and readdirSync methods
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# encoding
encoding :String
If the encoding is set to 'buffer'
, the filenames returned will be passed as buffer.Buffer objects.
Default: utf8