Skip to main content
method Dirent.prototype.isDirectory
Dirent.prototype.isDirectory(): boolean
Deprecated

Returns true if the fs.Dirent object describes a file system directory.

Return Type

boolean
Back to top