Skip to main content

isDirectory

method Dirent.prototype.isDirectory
Jump to headingDirent.prototype.isDirectory(): boolean

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

Return Type Jump to heading

boolean
Back to top