Skip to main content
property Dirent.prototype.name

The file name that this fs.Dirent object refers to. The type of this value is determined by the options.encoding passed to readdir or readdirSync.

Type

string
Back to top