Lines Matching refs:Dirent
1302 {fs.Dirent} objects.
3541 * `files` {string\[]|Buffer\[]|fs.Dirent\[]}
3555 {fs.Dirent} objects.
5583 * Returns: {string\[]|Buffer\[]|fs.Dirent\[]}
5595 {fs.Dirent} objects.
6257 * Returns: {Promise} containing {fs.Dirent|null}
6260 {fs.Dirent}.
6262 A promise is returned that will be resolved with an {fs.Dirent}, or `null`
6278 * `dirent` {fs.Dirent|null}
6281 {fs.Dirent}.
6284 {fs.Dirent}, or `null` if there are no more directory entries to read.
6297 * Returns: {fs.Dirent|null}
6299 Synchronously read the next directory entry as an {fs.Dirent}. See the
6315 * Returns: {AsyncIterator} of {fs.Dirent}
6320 Entries returned by the async iterator are always an {fs.Dirent}.
6330 ### Class: `fs.Dirent`
6342 {fs.Dirent} objects, rather than strings or {Buffer}s.
6352 Returns `true` if the {fs.Dirent} object describes a block device.
6362 Returns `true` if the {fs.Dirent} object describes a character device.
6372 Returns `true` if the {fs.Dirent} object describes a file system
6383 Returns `true` if the {fs.Dirent} object describes a first-in-first-out
6394 Returns `true` if the {fs.Dirent} object describes a regular file.
6404 Returns `true` if the {fs.Dirent} object describes a socket.
6414 Returns `true` if the {fs.Dirent} object describes a symbolic link.
6424 The file name that this {fs.Dirent} object refers to. The type of this
6436 The base path that this {fs.Dirent} object refers to.