Lines Matching refs:Dirent
923 {fs.Dirent} objects.
2798 * `files` {string[]|Buffer[]|fs.Dirent[]}
2812 {fs.Dirent} objects.
4568 * Returns: {string[]|Buffer[]|fs.Dirent[]}
4580 {fs.Dirent} objects.
5156 * Returns: {Promise} containing {fs.Dirent|null}
5159 {fs.Dirent}.
5161 A promise is returned that will be resolved with an {fs.Dirent}, or `null`
5176 * `dirent` {fs.Dirent|null}
5179 {fs.Dirent}.
5182 {fs.Dirent}, or `null` if there are no more directory entries to read.
5194 * Returns: {fs.Dirent|null}
5196 Synchronously read the next directory entry as an {fs.Dirent}. See the
5211 * Returns: {AsyncIterator} of {fs.Dirent}
5216 Entries returned by the async iterator are always an {fs.Dirent}.
5226 ### Class: `fs.Dirent`
5237 {fs.Dirent} objects, rather than strings or {Buffer}s.
5246 Returns `true` if the {fs.Dirent} object describes a block device.
5255 Returns `true` if the {fs.Dirent} object describes a character device.
5264 Returns `true` if the {fs.Dirent} object describes a file system
5274 Returns `true` if the {fs.Dirent} object describes a first-in-first-out
5284 Returns `true` if the {fs.Dirent} object describes a regular file.
5293 Returns `true` if the {fs.Dirent} object describes a socket.
5302 Returns `true` if the {fs.Dirent} object describes a symbolic link.
5311 The file name that this {fs.Dirent} object refers to. The type of this